public class RemoteDeploy
extends java.lang.Object
implements com.github.fungal.api.remote.Command
| Constructor and Description |
|---|
RemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer,
RAActivator activator,
java.io.File directory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class[] |
getParameterTypes()
name, byte array of deployment
|
java.io.Serializable |
invoke(java.io.Serializable[] args) |
boolean |
isPublic() |
public RemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer,
RAActivator activator,
java.io.File directory)
mainDeployer - The main deployeractivator - The RA activatordirectory - The directory to usepublic java.lang.String getName()
getName in interface com.github.fungal.api.remote.Commandpublic java.lang.Class[] getParameterTypes()
getParameterTypes in interface com.github.fungal.api.remote.Commandpublic java.io.Serializable invoke(java.io.Serializable[] args)
invoke in interface com.github.fungal.api.remote.Commandpublic boolean isPublic()
isPublic in interface com.github.fungal.api.remote.CommandCopyright © 2014 IronJacamar (http://www.ironjacamar.org)