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:BaseCommandBase method for show command name- Specified by:
 getNamein interfaceBaseCommand- Returns:
 - command name
 
 - 
            
getDescr
Deprecated.Description copied from interface:BaseCommandBase method for show command description.- Specified by:
 getDescrin interfaceBaseCommand- Returns:
 - command description
 
 - 
            
execute
Deprecated.Description copied from interface:BaseCommandBase method for command executing.- Specified by:
 executein interfaceBaseCommand- Parameters:
 args- full array of entered line.
 - 
            
getResponse
Deprecated.Description copied from interface:BaseCommandBase method for get command Output- Specified by:
 getResponsein interfaceBaseCommand- Returns:
 - Full command output
 
 
 -