org.jtools.io.path
Class FileSetPath
java.lang.Object
org.jtools.io.path.FileSetPath
- All Implemented Interfaces:
- Path, PathElement
public class FileSetPath
- extends Object
- implements Path
- Author:
- Rainer
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSetPath
public FileSetPath()
addEntry
public void addEntry(PathEntry element)
findEntries
protected void findEntries()
getEntries
public Collection<PathEntry> getEntries()
- Specified by:
getEntries
in interface Path
getRoot
public File getRoot()
isPath
public final boolean isPath()
- Specified by:
isPath
in interface PathElement
reset
public void reset()
setFilter
public void setFilter(FilenameFilter filter)
setRoot
public void setRoot(File dir)
© 2000-2006, JTools.org.