|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.jcr.command.Path
public class Path
Field Summary | |
---|---|
static Path |
ROOT . |
private String |
value . |
Constructor Summary | |
---|---|
Path(String string) |
Method Summary | |
---|---|
boolean |
equals(Object obj) |
String |
getValue() |
boolean |
isAbsolute() |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Path ROOT
private final String value
Constructor Detail |
---|
public Path(String string) throws NullPointerException
NullPointerException
Method Detail |
---|
public boolean isAbsolute()
public String getValue()
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |