JTools

org.jtools.io.path
Interface PathEntry

All Superinterfaces:
PathElement
All Known Implementing Classes:
SimplePathEntry

public interface PathEntry
extends PathElement


Method Summary
 File getFile()
           
 String getRelativePath()
           
 URL getURL()
           
 
Methods inherited from interface org.jtools.io.path.PathElement
isPath
 

Method Detail

getRelativePath

String getRelativePath()

getURL

URL getURL()

getFile

File getFile()

JTools

© 2000-2006, JTools.org.