JTools

org.jtools.io.path
Class SimplePath

java.lang.Object
  extended by org.jtools.io.path.SimplePath
All Implemented Interfaces:
Path, PathElement

public class SimplePath
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
SimplePath()
           
 
Method Summary
 void addElement(PathElement element)
           
 void addEntry(PathEntry element)
           
 void addPath(Path element)
           
 Collection<PathEntry> getEntries()
           
 boolean isPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePath

public SimplePath()
Method Detail

addEntry

public void addEntry(PathEntry element)

addElement

public void addElement(PathElement element)

addPath

public void addPath(Path element)

getEntries

public Collection<PathEntry> getEntries()
Specified by:
getEntries in interface Path

isPath

public final boolean isPath()
Specified by:
isPath in interface PathElement

JTools

© 2000-2006, JTools.org.