| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| 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,
            java.util.logging.Logger logger)
Creates a DeployShell seeded with specified Context.  | 
|
DeployShell(Context context,
            java.io.PrintWriter log)
Deprecated. Use DeployShell(context, logger) instead.  | 
|
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. No equivalent, use an appropriate ShellAdapter. | 
 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()
Deprecated. Use JavaDeployment.getPlatform() instead. | 
 java.lang.String | 
getPlatformID()
Deprecated. No equivalent, use an appropriate ShellAdapter. | 
 boolean | 
getPrintTimeMessages()
 | 
 DeployShell | 
getRoot()
Get the root shell.  | 
 DeployShell.SequenceStack | 
getSequenceStack()
Deprecated.  | 
 boolean | 
isDeploying(int sequence)
Deprecated. Use an appropriate ShellAdapter instead.  | 
 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)
Deprecated.  | 
 void | 
setLogger(java.util.logging.Logger logger)
 | 
 void | 
setPlatform(oracle.jdeveloper.deploy.meta.Platform platform)
Deprecated. Use JavaDeployment.setPlatform() instead. | 
 void | 
setPlatformID(java.lang.String platformID)
Deprecated. No equivalent, use an appropriate ShellAdapter. | 
 void | 
setPrintTimeMessages(boolean value)
Deprecated.  | 
| Methods inherited from class oracle.ide.util.Namespace | 
|---|
contains, find, find, findAndReplace, get, get, get, getData, getParent, 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,
                   java.util.logging.Logger logger)
@Deprecated
public DeployShell(Context context,
                              java.io.PrintWriter log)
public DeployShell(DeployShell shell)
shell - the parent DeployShell| Method Detail | 
|---|
@Deprecated public java.lang.String getConnectionName()
ShellAdapter.
public DeployShell getRoot()
DeployShells can be organized in a tree-like structure. This methods
 retrieves the shell at the root of the tree. A findXXX method will
 search all the way to the root shell so setting a value in the root shell
 acts as a default that can be overridden by a child shell.
getRoot in class Namespacepublic 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)
ShellAdapter.
@Deprecated public java.lang.String getPlatformID()
ShellAdapter.
@Deprecated public oracle.jdeveloper.deploy.meta.Platform getPlatform()
JavaDeployment.getPlatform() instead.
@Deprecated public void setPlatform(oracle.jdeveloper.deploy.meta.Platform platform)
JavaDeployment.setPlatform() instead.
public void setDeployShellFactory(DeployShellFactory factory)
factory - public DeployShellFactory getDeployShellFactory()
public DeploymentModuleFactory getDeploymentModuleFactory()
public void setDeploymentModuleFactory(DeploymentModuleFactory factory)
@Deprecated 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()
@Deprecated public void setPrintTimeMessages(boolean value)
public boolean getPrintTimeMessages()
@Deprecated public DeployShell.SequenceStack getSequenceStack()
@Deprecated 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 - 
JavaDeployment, 
ShellAdapter
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||