org.glassfish.paas.gfplugin
Class DeployerClient
java.lang.Object
org.glassfish.paas.gfplugin.DeployerClient
- All Implemented Interfaces:
- Deployer
public class DeployerClient
- extends Object
- implements Deployer
- Author:
- bhavanishankar@java.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploy
public String deploy(URI uri,
String... strings)
throws GlassFishException
- Specified by:
deploy in interface Deployer
- Throws:
GlassFishException
deploy
public String deploy(File file,
String... strings)
throws GlassFishException
- Specified by:
deploy in interface Deployer
- Throws:
GlassFishException
deploy
public String deploy(InputStream inputStream,
String... strings)
throws GlassFishException
- Specified by:
deploy in interface Deployer
- Throws:
GlassFishException
undeploy
public void undeploy(String s,
String... strings)
throws GlassFishException
- Specified by:
undeploy in interface Deployer
- Throws:
GlassFishException
getDeployedApplications
public Collection<String> getDeployedApplications()
throws GlassFishException
- Specified by:
getDeployedApplications in interface Deployer
- Throws:
GlassFishException
Copyright © 2012. All Rights Reserved.