org.glassfish.paas.gfplugin
Class DeployerClient

java.lang.Object
  extended by org.glassfish.paas.gfplugin.DeployerClient
All Implemented Interfaces:
Deployer

public class DeployerClient
extends Object
implements Deployer

Author:
bhavanishankar@java.net

Method Summary
 String deploy(File file, String... strings)
           
 String deploy(InputStream inputStream, String... strings)
           
 String deploy(URI uri, String... strings)
           
 Collection<String> getDeployedApplications()
           
 void undeploy(String s, String... strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.