Uses of Class
de.goerntkai.toolbox.fs.Folder

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.
 



Copyright © 2004-2007 Kai Görnt. All Rights Reserved.