org.crsh.jcr.command
Class Path

java.lang.Object
  extended by org.crsh.jcr.command.Path

public class Path
extends Object


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

ROOT

public static final Path ROOT
.


value

private final String value
.

Constructor Detail

Path

public Path(String string)
     throws NullPointerException
Throws:
NullPointerException
Method Detail

isAbsolute

public boolean isAbsolute()

getValue

public String getValue()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 eXo Platform SAS. All Rights Reserved.