Uses of Class
net.ponder2.Path

Packages that use Path
net.ponder2   
 

Uses of Path in net.ponder2
 

Methods in net.ponder2 that return Path
 Path Path.parent()
          Returns a new Path being the parent of the current one
 

Methods in net.ponder2 with parameters of type Path
static P2Object Util.resolve(P2ManagedObject dom, Path path)
          resolves a pathname of a managed object into an OID
static P2Object Util.resolve(P2Object dom, Path path)
           
static P2Object Util.resolve(Path path)
          resolves a pathname of a managed object into an OID
static P2Object Util.resolve(java.lang.String defaultDomain, Path path)
          resolves a pathname of a managed object into an OID
 

Constructors in net.ponder2 with parameters of type Path
Path(Path path)
          creates a new Path as a copy of another Path
Path(Path path, java.lang.String extra)
          creates a new Path as a concatenation of a Path and a String joined with a SLASH
 



Copyright © 2008 Imperial College. All Rights Reserved.