|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Folder | |
de.goerntkai.toolbox.cmdln | Provides for handling the command line. |
de.goerntkai.toolbox.fs |
Provides classes for reading and writing data from and to the file
system as well as extensions to java.io.File to have
files and folders more usable. |
Uses of Folder in de.goerntkai.toolbox.cmdln |
Methods in de.goerntkai.toolbox.cmdln with parameters of type Folder | |
static CommandLine |
CommandLineFactory.createCommandLine(java.lang.String theCommando,
java.lang.String[] theParameters,
Folder theDirectory)
Creates a CommandLine with the parameters given in the
command line. |
static CommandLine |
CommandLineFactory.createCommandLine(java.lang.String[] theParameters,
Folder theDirectory)
Creates a CommandLine with the parameters given in the
command line. |
Uses of Folder in de.goerntkai.toolbox.fs |
Methods in de.goerntkai.toolbox.fs with parameters of type Folder | |
long |
Folder.copyTo(Folder destination)
Copies this folder object to the given destination file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |