org.crsh.jcr.command
Class PathValueType

java.lang.Object
  extended by org.crsh.cli.type.ValueType<Path>
      extended by org.crsh.jcr.command.PathValueType

public class PathValueType
extends ValueType<Path>


Field Summary
 
Fields inherited from class org.crsh.cli.type.ValueType
BOOLEAN, completer, ENUM, INTEGER, OBJECT_NAME, PROPERTIES, STRING, THREAD, type
 
Constructor Summary
PathValueType()
           
 
Method Summary
<S extends Path>
S
parse(Class<S> type, String s)
           
 
Methods inherited from class org.crsh.cli.type.ValueType
equals, getCompleter, getType, hashCode, parse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathValueType

public PathValueType()
              throws NullPointerException
Throws:
NullPointerException
Method Detail

parse

public <S extends Path> S parse(Class<S> type,
                                String s)
                     throws Exception
Specified by:
parse in class ValueType<Path>
Throws:
Exception


Copyright © 2014 eXo Platform SAS. All Rights Reserved.