JTools

org.jtools.io.path
Class FileSetPath

java.lang.Object
  extended by 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

Constructor Summary
FileSetPath()
           
 
Method Summary
 void addEntry(PathEntry element)
           
protected  void findEntries()
           
 Collection<PathEntry> getEntries()
           
 File getRoot()
           
 boolean isPath()
           
 void reset()
           
 void setFilter(FilenameFilter filter)
           
 void setRoot(File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetPath

public FileSetPath()
Method Detail

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)

JTools

© 2000-2006, JTools.org.