Package commandManager.commands
Class SaveCommand
java.lang.Object
commandManager.commands.SaveCommand
- All Implemented Interfaces:
BaseCommand
Deprecated.
Deprecated since 2.0 because file logic now are out of support
Saves collection to file.
- Since:
- 1.0
-
Constructor Details
-
SaveCommand
public SaveCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:BaseCommand
Base method for show command name- Specified by:
getName
in interfaceBaseCommand
- Returns:
- command name
-
getDescr
Deprecated.Description copied from interface:BaseCommand
Base method for show command description.- Specified by:
getDescr
in interfaceBaseCommand
- Returns:
- command description
-
execute
Deprecated.Description copied from interface:BaseCommand
Base method for command executing.- Specified by:
execute
in interfaceBaseCommand
- Parameters:
args
- full array of entered line.
-
getResponse
Deprecated.Description copied from interface:BaseCommand
Base method for get command Output- Specified by:
getResponse
in interfaceBaseCommand
- Returns:
- Full command output
-