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 booleanequals(Object obj)StringgetAlias()Returns the alias.StringgetParameterString()Returns the parameter string.inthashCode()StringtoString()
-