org.apache.tools.ant.taskdefs.optional.ssh
public class Directory extends Object
Constructor Summary | |
---|---|
Directory(File directory) | |
Directory(File directory, Directory parent) |
Method Summary | |
---|---|
void | addDirectory(Directory directory) |
void | addFile(File file) |
Iterator | directoryIterator() |
boolean | equals(Object obj) |
Iterator | filesIterator() |
int | fileSize() |
Directory | getChild(File dir) |
File | getDirectory() |
Directory | getParent() |
String[] | getPath() |
static String[] | getPath(String thePath) |
int | hashCode() |
boolean | isRoot() |