|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.console.cli.DeploymentContext
The information required in order to perform deployment operations.
Field Summary | |
boolean |
connected
|
javax.enterprise.deploy.spi.DeploymentManager |
deployer
|
BufferedReader |
in
|
ModuleInfo |
moduleInfo
|
javax.enterprise.deploy.spi.TargetModuleID[] |
modules
|
PrintWriter |
out
|
String |
password
Optional password provided when retrieving the DeploymentManager. |
File |
saveDir
|
javax.enterprise.deploy.spi.DeploymentConfiguration |
serverModule
|
javax.enterprise.deploy.model.DeployableObject |
standardModule
|
javax.enterprise.deploy.spi.Target[] |
targets
|
String |
uri
URI of the DeploymentManager. |
String |
username
Optional username provided when retrieving the DeploymentManager. |
Constructor Summary | |
DeploymentContext()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String uri
public String username
public String password
public javax.enterprise.deploy.spi.DeploymentManager deployer
public javax.enterprise.deploy.model.DeployableObject standardModule
public javax.enterprise.deploy.spi.DeploymentConfiguration serverModule
public PrintWriter out
public BufferedReader in
public ModuleInfo moduleInfo
public File saveDir
public boolean connected
public javax.enterprise.deploy.spi.Target[] targets
public javax.enterprise.deploy.spi.TargetModuleID[] modules
Constructor Detail |
public DeploymentContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |