Uses of Class
org.apache.jetspeed.util.Path

Packages that use Path
org.apache.jetspeed.util   
 

Uses of Path in org.apache.jetspeed.util
 

Methods in org.apache.jetspeed.util that return Path
 Path Path.addSegment(String segment)
           Adds this segment to the end of the path but before the current file segment, if one exists.
 Path Path.getChild(Path childPath)
           
 Path Path.getChild(String childPath)
           
 Path Path.getSubPath(int beginAtSegment)
           
 Path Path.getSubPath(int beginAtSegment, int endSegment)
           
 Path Path.removeLastPathSegment()
          Removes the last directory segment in this path.
 

Methods in org.apache.jetspeed.util with parameters of type Path
 Path Path.getChild(Path childPath)
           
 

Constructors in org.apache.jetspeed.util with parameters of type Path
Path(Path parent)
           
Path(Path parent, String[] children, boolean pathOnly)
           
Path(Path parent, String childSegment, boolean pathOnly)
           
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.