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

E13403-03

oracle.jdeveloper.deploy.jar
Class JarDeployerFactory

java.lang.Object
  extended by oracle.jdeveloper.deploy.jar.JarDeployerFactory
All Implemented Interfaces:
DeployerFactory

public class JarDeployerFactory
extends java.lang.Object
implements DeployerFactory

A basic DeployerFactory implementation.


Field Summary
static int DEPENDENCY_ANALYZER
           
 
Constructor Summary
JarDeployerFactory()
           
 
Method Summary
 Deployer newDeployer(int deploySequenceId, DeployShell shell)
          Create and/or return an existing Deployer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPENDENCY_ANALYZER

public static final int DEPENDENCY_ANALYZER
Constructor Detail

JarDeployerFactory

public JarDeployerFactory()
Method Detail

newDeployer

public Deployer newDeployer(int deploySequenceId,
                            DeployShell shell)
Description copied from interface: DeployerFactory
Create and/or return an existing Deployer.

Specified by:
newDeployer in interface DeployerFactory
Parameters:
deploySequenceId - sequence id for the task this deployer will perform.
shell - context in which deployer should be created.

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

E13403-03

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