Package commandManager.commands
Class AddIfMinCommand
java.lang.Object
commandManager.commands.AddIfMinCommand
- All Implemented Interfaces:
- BaseCommand
Adds element if it's value lower than min value.
- Since:
- 1.0
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor with handler from 1.0AddIfMinCommand(ModuleHandler<Route> handler) Provides choosing handler
- 
Method Summary
- 
Constructor Details- 
AddIfMinCommandpublic AddIfMinCommand()Default constructor with handler from 1.0
- 
AddIfMinCommandProvides choosing handler- Parameters:
- handler- ModuleHandler for operating
- Since:
- 1.1
 
 
- 
- 
Method Details- 
getNameDescription copied from interface:BaseCommandBase method for show command name- Specified by:
- getNamein interface- BaseCommand
- Returns:
- command name
 
- 
getDescrDescription copied from interface:BaseCommandBase method for show command description.- Specified by:
- getDescrin interface- BaseCommand
- Returns:
- command description
 
- 
getArgsDescription copied from interface:BaseCommandBase method for show command arguments- Specified by:
- getArgsin interface- BaseCommand
- Returns:
- command arguments pattern
 
- 
executeDescription copied from interface:BaseCommandBase method for command executing.- Specified by:
- executein interface- BaseCommand
- Parameters:
- args- full array of entered line.
- Throws:
- BuildObjectException
 
 
-