Class GetCommand
java.lang.Object
com.github.fungal.impl.remote.commands.GetCommand
- All Implemented Interfaces:
Command
Represents the getcommand command
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of the commandClass[]Get the parameter types of the command;nullif noneinvoke(Serializable[] args) InvokebooleanisPublic()Is it a public command
-
Constructor Details
-
GetCommand
GetCommand- Parameters:
cs- The communication server
-
-
Method Details
-
getName
Get the name of the command -
getParameterTypes
Get the parameter types of the command;nullif none- Specified by:
getParameterTypesin interfaceCommand- Returns:
- The types
-
invoke
Invoke -
isPublic
public boolean isPublic()Is it a public command
-