Package net.kautler.command.api
Class AliasAndParameterString
- java.lang.Object
-
- net.kautler.command.api.AliasAndParameterString
-
public class AliasAndParameterString extends Object
The combination of an alias and its parameter string as determined from a message.
-
-
Constructor Summary
Constructors Constructor Description AliasAndParameterString(String alias, String parameterString)
Constructs a new alias and parameter string combination.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAlias()
Returns the alias.String
getParameterString()
Returns the parameter string.int
hashCode()
String
toString()
-