Package commandManager.commands
Class ExecuteScriptCommand
java.lang.Object
commandManager.commands.ExecuteScriptCommand
- All Implemented Interfaces:
BaseCommand
-
Constructor Details
-
ExecuteScriptCommand
public ExecuteScriptCommand()
-
-
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:
IllegalArgumentException
- when command can't understand given arguments
-
getResponse
Description copied from interface:BaseCommand
Base method for get command Output- Specified by:
getResponse
in interfaceBaseCommand
- Returns:
- Full command output
-