org.crsh.cli.impl
Class LiteralValue

java.lang.Object
  extended by org.crsh.cli.impl.LiteralValue

public final class LiteralValue
extends Object


Field Summary
private  String rawValue
          .
private  String value
          .
 
Constructor Summary
LiteralValue(String rawValue, String value)
           
 
Method Summary
 String getRawValue()
          Returns the value as expressed in the command line.
 String getValue()
          Returns the value as interpreted by the context.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rawValue

private final String rawValue
.


value

private final String value
.

Constructor Detail

LiteralValue

public LiteralValue(String rawValue,
                    String value)
Method Detail

getRawValue

public String getRawValue()
Returns the value as expressed in the command line.

Returns:
the raw value

getValue

public String getValue()
Returns the value as interpreted by the context.

Returns:
the value

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 eXo Platform SAS. All Rights Reserved.