Package commandManager.commands
Class AddCommand
java.lang.Object
commandManager.commands.AddCommand
- All Implemented Interfaces:
BaseCommand
Adds new element to collection.
- Since:
- 1.0
-
Constructor Summary
ConstructorDescriptionDefault constructor with handler from 1.0AddCommand
(ModuleHandler<Route> handler) Provides choosing handler -
Method Summary
-
Constructor Details
-
AddCommand
public AddCommand()Default constructor with handler from 1.0 -
AddCommand
Provides choosing handler- Parameters:
handler
- ModuleHandler for operating
-
-
Method Details
-
getName
Description copied from interface:BaseCommand
Base method for show command name- Specified by:
getName
in interfaceBaseCommand
- Returns:
- command name
-
getDescr
Description copied from interface:BaseCommand
Base method for show command description.- Specified by:
getDescr
in interfaceBaseCommand
- Returns:
- command description
-
getArgs
Description copied from interface:BaseCommand
Base method for show command arguments- Specified by:
getArgs
in interfaceBaseCommand
- Returns:
- command arguments pattern
-
execute
Description copied from interface:BaseCommand
Base method for command executing.- Specified by:
execute
in interfaceBaseCommand
- Parameters:
args
- full array of entered line.- Throws:
BuildObjectException
-