Class Directory
java.lang.Object
org.apache.tools.ant.taskdefs.optional.ssh.Directory
A helper object for Scp representing a directory in a file system.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDirectory(Directory directory) Add a directory to the child directories.voidAdd a file to the list of files.Get an iterator over the child Directories.booleanThe equality method.Get an iterator over the files.intfileSize()Get the number of files in the files attribute.Get a child directory of this directory.Get the directory file.Get the parent Directory.String[]getPath()Get the path components of this directory.static String[]Convert a file path to an array of path components.inthashCode()The hashcode method.booleanisRoot()Is this a root Directory?
- 
Constructor Details- 
Directory
- 
Directory
 
- 
- 
Method Details- 
addDirectoryAdd a directory to the child directories.- Parameters:
- directory- a Directory
 
- 
addFile
- 
directoryIterator
- 
filesIterator
- 
getParent
- 
isRootpublic boolean isRoot()Is this a root Directory?- Returns:
- true if there is no parent Directory
 
- 
getDirectory
- 
getChild
- 
equals
- 
hashCode
- 
getPathGet the path components of this directory.- Returns:
- the path components as an array of strings.
 
- 
getPath
- 
fileSizepublic int fileSize()Get the number of files in the files attribute.- Returns:
- the number of files
 
 
-