org.crsh.cmdline
Class CommandCompletion

java.lang.Object
  extended by org.crsh.cmdline.CommandCompletion
All Implemented Interfaces:
Serializable

public final class CommandCompletion
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Delimiter delimiter
          .
private  Completion value
          .
 
Constructor Summary
CommandCompletion(Delimiter delimiter, Completion value)
           
 
Method Summary
 boolean equals(Object obj)
           
 Delimiter getDelimiter()
           
 Completion getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

delimiter

private final Delimiter delimiter
.


value

private final Completion value
.

Constructor Detail

CommandCompletion

public CommandCompletion(Delimiter delimiter,
                         Completion value)
                  throws NullPointerException
Throws:
NullPointerException
Method Detail

getDelimiter

public Delimiter getDelimiter()

getValue

public Completion getValue()

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.