org.sapia.regis
Class Path

java.lang.Object
  extended by org.sapia.regis.Path
All Implemented Interfaces:
Serializable

public class Path
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List _tokens
           
 
Constructor Summary
Path(List tokens)
           
 
Method Summary
 Path getClone()
           
 boolean isRoot()
           
static Path parse(String path)
           
static Path parse(String path, String delim)
           
 int tokenCount()
           
 Iterator tokens()
           
 String toString()
           
 String toString(char delim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_tokens

protected List _tokens
Constructor Detail

Path

public Path(List tokens)
Method Detail

tokens

public Iterator tokens()

isRoot

public boolean isRoot()

tokenCount

public int tokenCount()

getClone

public Path getClone()

parse

public static Path parse(String path)

parse

public static Path parse(String path,
                         String delim)

toString

public String toString(char delim)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 Sapia Open Community, Inc. All Rights Reserved.