|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.util.Namespace
oracle.jdeveloper.deploy.DeployShell
public final class DeployShell
Nested Class Summary | |
---|---|
static class |
DeployShell.SequenceStack
|
Constructor Summary | |
---|---|
DeployShell(Context context)
Creates a DeployShell seeded with specified Context. |
|
DeployShell(Context context,
java.io.PrintWriter log)
Creates a DeployShell using the specified PrintWriter for logging. |
|
DeployShell(DeployShell shell)
Creates a DeployShell as a child of another shell. |
Method Summary | |
---|---|
boolean |
findFlag(java.lang.String flag)
|
java.lang.String |
getConnectionName()
Deprecated. |
Context |
getContext()
|
DeployException |
getDeployException()
|
DeploymentModuleFactory |
getDeploymentModuleFactory()
Returns a factory that can be used to create DeploymentModule(s) for this deployment-run. |
DeployShellFactory |
getDeployShellFactory()
Returns the factory that created this DeployShell. |
boolean |
getFlag(java.lang.String flag)
|
java.io.PrintWriter |
getLog()
Deprecated. use getLogger() instead. |
java.util.logging.Logger |
getLogger()
|
oracle.jdeveloper.deploy.meta.Platform |
getPlatform()
|
java.lang.String |
getPlatformID()
Deprecated. |
boolean |
getPrintTimeMessages()
|
DeployShell.SequenceStack |
getSequenceStack()
|
boolean |
isDeploying(int sequence)
Test to check if the current code is executing as part of the particular sequence. |
void |
setContext(Context context)
|
void |
setDeployException(DeployException exc)
|
void |
setDeploymentModuleFactory(DeploymentModuleFactory factory)
|
void |
setDeployShellFactory(DeployShellFactory factory)
A DeployShell should have a reference to the factory that created it, in case more shells need to be created for deploying dependant modules. |
void |
setLog(java.io.PrintWriter log)
|
void |
setLogger(java.util.logging.Logger logger)
|
void |
setPlatform(oracle.jdeveloper.deploy.meta.Platform platform)
|
void |
setPlatformID(java.lang.String platformID)
Deprecated. |
void |
setPrintTimeMessages(boolean value)
|
Methods inherited from class oracle.ide.util.Namespace |
---|
contains, find, find, findAndReplace, get, get, get, getData, getParent, getRoot, isRoot, put, put, put, put, remove, setParent, toMap, translateKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeployShell(Context context)
public DeployShell(Context context, java.io.PrintWriter log)
public DeployShell(DeployShell shell)
shell
- the parent DeployShellMethod Detail |
---|
@Deprecated public java.lang.String getConnectionName()
public boolean getFlag(java.lang.String flag)
public boolean findFlag(java.lang.String flag)
public void setContext(Context context)
public Context getContext()
@Deprecated public void setPlatformID(java.lang.String platformID)
@Deprecated public java.lang.String getPlatformID()
public oracle.jdeveloper.deploy.meta.Platform getPlatform()
public void setPlatform(oracle.jdeveloper.deploy.meta.Platform platform)
public void setDeployShellFactory(DeployShellFactory factory)
factory
- public DeployShellFactory getDeployShellFactory()
public DeploymentModuleFactory getDeploymentModuleFactory()
public void setDeploymentModuleFactory(DeploymentModuleFactory factory)
public void setLog(java.io.PrintWriter log)
@Deprecated public java.io.PrintWriter getLog()
public void setLogger(java.util.logging.Logger logger)
public java.util.logging.Logger getLogger()
public void setDeployException(DeployException exc)
public DeployException getDeployException()
public void setPrintTimeMessages(boolean value)
public boolean getPrintTimeMessages()
public DeployShell.SequenceStack getSequenceStack()
public boolean isDeploying(int sequence)
DEPLOYMENT_SEQUENCE REMOTE_DEPLOY_SEQUENCE ASSEMBLY_SEQUENCE DEFAULT_SEQUENCE ARCHIVE_DEPLOYER ArchiveDeployer REMOTE_DEPLOYERthe following checks return true when done within ArchiveDeployer
shell.isDeploying(DEPLOYMENT_SEQUENCE) shell.isDeploying(ASSEMBLY_SEQUENCE) shell.isDeploying(ARCHIVE_DEPLOYER) shell.isDeploying(REMOTE_DEPLOY_SEQUENCE)whereas
shell.isDeploying(REMOTE_DEPLOYER) // returns false
sequence
-
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |