|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FileSystem in com.lightdev.lib.filesystem |
|---|
| Classes in com.lightdev.lib.filesystem that implement FileSystem | |
|---|---|
class |
LocalFileSystem
This class implements interface FileSystem for the file system of the
machine this class is instantiated on. |
| Methods in com.lightdev.lib.filesystem with parameters of type FileSystem | |
|---|---|
void |
LocalFileSystem.exportFiles(FileRef[] filesToCopy,
FileRef toFolder,
FileSystem targetFs)
export from this file system to a given target file system |
void |
FileSystem.exportFiles(FileRef[] exportFiles,
FileRef targetFolder,
FileSystem targetFs)
export from this file system to a given target file system |
void |
LocalFileSystem.importFiles(FileRef[] filesToCopy,
FileRef toFolder,
FileSystem localFs)
import from a given file system to this file system |
void |
FileSystem.importFiles(FileRef[] sourceFiles,
FileRef importFolder,
FileSystem sourceFs)
import from a given file system to this file system |
| Constructors in com.lightdev.lib.filesystem with parameters of type FileSystem | |
|---|---|
LocalFileSystem.CopyThread(FileSystem fileSystem,
FileRef[] filesToCopy,
FileRef toFolder)
Create a new instance of class CopyThread |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||