org.springframework.shell.core
Class Completion

java.lang.Object
  extended by org.springframework.shell.core.Completion

public class Completion
extends Object


Constructor Summary
Completion(String value)
          Constructor
Completion(String value, String formattedValue, String heading, int order)
          Constructor
 
Method Summary
 boolean equals(Object o)
           
 String getFormattedValue()
           
 String getHeading()
           
 int getOrder()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Completion

public Completion(String value)
Constructor

Parameters:
value -

Completion

public Completion(String value,
                  String formattedValue,
                  String heading,
                  int order)
Constructor

Parameters:
value -
formattedValue -
heading -
order -
Method Detail

getValue

public String getValue()

getFormattedValue

public String getFormattedValue()

getHeading

public String getHeading()

getOrder

public int getOrder()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object