|
|||||||||
| Home >> All >> javatools >> [ io overview ] | PREV NEXT | ||||||||
D
- DirectoryGetter - class javatools.io.DirectoryGetter.
- It is a class that can get all files and subdirectories of a given directory.
- DirectoryGetter() - Constructor for class javatools.io.DirectoryGetter
- Creates new DirectoryGetter
- DirectoryGetter(File) - Constructor for class javatools.io.DirectoryGetter
- Creates a new DirectoryGetter.
- DirectoryGetter(String) - Constructor for class javatools.io.DirectoryGetter
- Creates a new DirectoryGetter.
- deleteFileGroup(File, FileFilter) - Static method in class javatools.io.FileUtils
- Deletes all the files contained in directory
inFileusing filterfilter. - dirRef - Variable in class javatools.io.DirectoryGetter
- Represents the directory itself.
F
- FileUtils - class javatools.io.FileUtils.
- Contains a set of function useful for files.
- FileUtils() - Constructor for class javatools.io.FileUtils
- Creates new FileUtils
- fileList - Variable in class javatools.io.DirectoryGetter
- Represents the list of contained files.
G
- getDirectory(File) - Static method in class javatools.io.FileUtils
- Returns the container directory for this file.
- getDirectory(String) - Static method in class javatools.io.FileUtils
- Returns the containing directory of a file.
- getExtension(File) - Static method in class javatools.io.FileUtils
- Returns the extension (the one after the dot...) for a file.
- getExtension(String) - Static method in class javatools.io.FileUtils
- Returns the extension for a given path.
- getFile() - Method in class javatools.io.DirectoryGetter
- Returns the directory itself.
- getFileName(File) - Static method in class javatools.io.FileUtils
- Returns the file name only from a file.
- getFileName(String) - Static method in class javatools.io.FileUtils
- Returns the file name without the complete path.
- getFileNameWithNoExtension(File) - Static method in class javatools.io.FileUtils
- Returns the filename with no path and no extension.
- getFileNameWithNoExtension(String) - Static method in class javatools.io.FileUtils
- Returns the filename with no path and no extension.
- getFiles() - Method in class javatools.io.DirectoryGetter
- Returns an array of contained files.
- getSubdirGetters() - Method in class javatools.io.DirectoryGetter
- Returns an array of DirectoryGetter for each subdirectory.
- getSubdirs() - Method in class javatools.io.DirectoryGetter
- Returns an array of subdirectories.
J
- javatools.io - package javatools.io
S
- scanDir() - Method in class javatools.io.DirectoryGetter
- Scans the directory to retrieve files and subdirectories.
- setDirectoryFile(File) - Method in class javatools.io.DirectoryGetter
- Sets the directory file.
- setDirectoryPath(String) - Method in class javatools.io.DirectoryGetter
- Sets the directory path.
- subdirList - Variable in class javatools.io.DirectoryGetter
- Represents the list of subdirectories.
D F G J S
|
|||||||||
| Home >> All >> javatools >> [ io overview ] | PREV NEXT | ||||||||