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

E13403-05

oracle.jdeveloper.deploy
Interface DeployShellFactory

All Known Implementing Classes:
DefaultDeployShellFactory

public interface DeployShellFactory

Factory to construct and return a DeployShell used for Deployment.


Method Summary
 DeployShell create(int deploySequenceId, Context context, DeployShell defaultShell)
          Construct a new shell with given Context.
 

Method Detail

create

DeployShell create(int deploySequenceId,
                   Context context,
                   DeployShell defaultShell)
                   throws DeployException
Construct a new shell with given Context. A shell is a heirarchichal list of key-value pairs that is referred to by various entities participating in the deployment process.

Parameters:
deploySequenceId -
context -
defaultShell - a default shell created by Jdeveloper is passed in. The factory can use this as the basis for a new shell or it can (if it chooses) create a shell that has the defaultShell set as the parent, so that look-ups not satisfied by the custom shell are found in the defaultShell.
Returns:
a shell that can be used for deployment.
Throws:
DeployException

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

E13403-05

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