Class Undeploy
java.lang.Object
com.github.fungal.impl.remote.commands.Undeploy
- All Implemented Interfaces:
Command
Represents a undeploy 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
-
Undeploy
Undeploy- Parameters:
mainDeployer- The main deployerhotDeployer- The hot deployer
-
-
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
-