Package com.reign.kat.lib.command
Class CommandParameters
java.lang.Object
com.reign.kat.lib.command.CommandParameters
Converts a command's arguments into objects, decided by Command.converters
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
params
 
- 
- 
Constructor Details- 
CommandParameters
 
- 
- 
Method Details- 
parseTakes an array of Strings and attempts to run a command's list of Converters on them.- Parameters:
- command- Command in which to try to convert for.
- Throws:
- MissingArgumentCommandException- The input strArgs has missing arguments for the specified command.
 
- 
get
 
-