lumis.portal.filesystem
Class FileSystemManager.WriteFileCommand

Package class diagram package FileSystemManager.WriteFileCommand
java.lang.Object
  extended by lumis.portal.filesystem.FileSystemManager.WriteFileCommand
All Implemented Interfaces:
Serializable, Runnable
Enclosing class:
FileSystemManager

public static class FileSystemManager.WriteFileCommand
extends Object
implements Runnable, Serializable

Command used to perform the write operation of a file.

Since:
4.1.0
See Also:
Serialized Form

Constructor Summary
FileSystemManager.WriteFileCommand(PortalFile file, byte[] content)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemManager.WriteFileCommand

public FileSystemManager.WriteFileCommand(PortalFile file,
                                          byte[] content)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.