Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.deploy.shell
Class ShellAdapter

java.lang.Object
  extended by oracle.jdeveloper.deploy.shell.ShellAdapter
All Implemented Interfaces:
ShellConstants
Direct Known Subclasses:
JavaDeployment

public abstract class ShellAdapter
extends java.lang.Object
implements ShellConstants


Field Summary
protected  Context context_
           
protected  DeployShell shell_
           
 
Fields inherited from interface oracle.jdeveloper.deploy.shell.ShellConstants
KEY_CONTEXT, KEY_DEPLOY_ELEMENT
 
Constructor Summary
ShellAdapter(Context context)
           
ShellAdapter(DeployShell shell)
           
 
Method Summary
 java.lang.Object find(java.lang.String key)
           
 java.lang.Boolean findFlag(java.lang.String key, boolean def)
           
 java.lang.Object get(java.lang.String key)
           
 Context getContext()
           
 Element getDeployElement()
           
 DeployException getDeployException()
           
 java.util.logging.Logger getLogger()
           
 Profile getProfile()
           
 ShellAdapter getRoot()
           
 DeployShell getShell()
           
 boolean isDeploying(int sequence)
           
 boolean isProfileBasedDeployment()
           
protected abstract  ShellAdapter newAdapter(DeployShell shell)
           
 ShellAdapter newChildShell()
           
 void put(java.lang.String key, java.lang.Object value)
           
 void setDeployException(DeployException e)
           
 void setLogger(java.util.logging.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shell_

protected final DeployShell shell_

context_

protected final Context context_
Constructor Detail

ShellAdapter

public ShellAdapter(DeployShell shell)

ShellAdapter

public ShellAdapter(Context context)
Method Detail

getShell

public DeployShell getShell()

find

public java.lang.Object find(java.lang.String key)

findFlag

public java.lang.Boolean findFlag(java.lang.String key,
                                  boolean def)

get

public java.lang.Object get(java.lang.String key)

put

public void put(java.lang.String key,
                java.lang.Object value)

getRoot

public ShellAdapter getRoot()

newChildShell

public ShellAdapter newChildShell()

newAdapter

protected abstract ShellAdapter newAdapter(DeployShell shell)

getContext

public Context getContext()

getDeployElement

public Element getDeployElement()

setLogger

public void setLogger(java.util.logging.Logger logger)

getLogger

public java.util.logging.Logger getLogger()

getDeployException

public DeployException getDeployException()

setDeployException

public void setDeployException(DeployException e)

isProfileBasedDeployment

public boolean isProfileBasedDeployment()

getProfile

public Profile getProfile()

isDeploying

public boolean isDeploying(int sequence)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.