org.crsh.cli.impl.completion
Class CompletionMatch
java.lang.Object
org.crsh.cli.impl.completion.CompletionMatch
- All Implemented Interfaces:
- Serializable
-
public final class CompletionMatch
- extends Object
-
- implements Serializable
-
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
delimiter
private final Delimiter delimiter
-
.
value
private final Completion value
-
.
CompletionMatch
public CompletionMatch(Delimiter delimiter,
Completion value)
throws NullPointerException
-
- Throws:
NullPointerException
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 © 2014 eXo Platform SAS. All Rights Reserved.