Package command.manager.commands
                Class HelpCommand
java.lang.Object
                
            command.manager.commands.HelpCommand
            - All Implemented Interfaces:
 BaseCommand,LocalizableCommand
Shows reference about available commands.
                - Since:
 - 1.0
 - Author:
 - Zerumi
 
- 
                        
Constructor Details
- 
                                    
HelpCommand
public HelpCommand() 
 - 
                                    
 - 
                        
Method Details
- 
                                    
getName
Description copied from interface:BaseCommandBase method for show command name- Specified by:
 getNamein interfaceBaseCommand- Returns:
 - command name
 
 - 
                                    
getDescr
Description copied from interface:BaseCommandBase method for show command description.- Specified by:
 getDescrin interfaceBaseCommand- Returns:
 - command description
 
 - 
                                    
execute
Description copied from interface:BaseCommandBase method for command executing.- Specified by:
 executein interfaceBaseCommand- Parameters:
 args- full array of entered line.
 - 
                                    
getResponse
Description copied from interface:BaseCommandBase method for get command Output- Specified by:
 getResponsein interfaceBaseCommand- Returns:
 - Full command output
 
 - 
                                    
setLocale
- Specified by:
 setLocalein interfaceLocalizableCommand
 
 -