Package command.manager.commands
Class CountGreaterThanDistanceCommand
java.lang.Object
command.manager.commands.CountGreaterThanDistanceCommand
- All Implemented Interfaces:
BaseCommand,LocalizableCommand
public class CountGreaterThanDistanceCommand
extends Object
implements BaseCommand, LocalizableCommand
Shows count of the elements greater than distance value.
- Since:
- 1.0
- Author:
- Zerumi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountGreaterThanDistanceCommand
public CountGreaterThanDistanceCommand()
-
-
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
-
getArgs
Description copied from interface:BaseCommandBase method for show command arguments- Specified by:
getArgsin interfaceBaseCommand- Returns:
- command arguments pattern
-
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
-