| 
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.jdeveloper.deploy.common.AbstractDeployer
oracle.jdevimpl.deploy.common.ProfileDeployer
oracle.jdeveloper.deploy.jar.ArchiveDeployer
public class ArchiveDeployer
Deployer for a regular archive. This Deployer builds a list of files that will be deployed based on the FileGroups in the Profile.
| Field Summary | |
|---|---|
protected  DeploymentModule | 
_depMod
 | 
protected  ArchiveProfile | 
_profile
 | 
| Constructor Summary | |
|---|---|
ArchiveDeployer(int deploySequence,
                DeployShell shell)
 | 
|
| Method Summary | |
|---|---|
protected  void | 
addInitialContentSet(ArchiveProfile profile,
                     DeploymentModule archive,
                     DeployShell dsh)
 | 
 void | 
cancelImpl(int deploySequence,
           DeployShell dsh)
 | 
 void | 
deployImpl(int deploySequence,
           DeployShell dsh)
This method writes out the Archive.  | 
 void | 
finishImpl(int deploySequence,
           DeployShell dsh)
End of deployment, resources like temporary files are removed.  | 
 DefaultArchive | 
getArchive()
Deprecated. use getDeploymentModule() instead.  | 
 DeploymentModule | 
getDeploymentModule(DeployShell shell)
Returns the DeploymentModule that is being constructed by this Deployer.  | 
 oracle.jdevimpl.deploy.fwk.JarUtil | 
getJarUtil()
Deprecated. Use getDeploymentModule() instead.  | 
protected  ArchiveProfile | 
getProfile()
 | 
protected  java.net.URL | 
getTargetURL(DeployShell dsh)
 | 
protected  void | 
logFileUpToDate(java.io.PrintWriter log,
                java.lang.String jarPath)
 | 
protected  void | 
logFileWritten(java.io.PrintWriter log,
               java.lang.String jarPath)
 | 
protected  void | 
maybeSetManifestClassPath(DeploymentModule archive,
                          ArchiveProfile profile,
                          DeployShell dsh)
 | 
 void | 
prepareImpl(int deploySequence,
            DeployShell dsh)
This method expands the FileGroups in an ArchiveProfile and constructs a DeploymentModule from it.  | 
protected  void | 
release(DeploymentModule depMod)
 | 
 void | 
setDeploymentModule(DeploymentModule module,
                    DeployShell shell)
 | 
protected  void | 
setDeploymentModuleURL(java.net.URL url,
                       DeployShell shell)
 | 
protected  void | 
setJarUtil(oracle.jdevimpl.deploy.fwk.JarUtil jarUtil)
Deprecated.  | 
| Methods inherited from class oracle.jdevimpl.deploy.common.ProfileDeployer | 
|---|
createJarUtil, createJarUtil, getConnectionName, getJarClassesDir, getProfileContainer, processFileGroups | 
| Methods inherited from class oracle.jdeveloper.deploy.common.AbstractDeployer | 
|---|
cancel, canDeploy, deploy, finish, getName, getSequenceId, prepare, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected final ArchiveProfile _profile
protected DeploymentModule _depMod
| Constructor Detail | 
|---|
public ArchiveDeployer(int deploySequence,
                       DeployShell shell)
| Method Detail | 
|---|
public void prepareImpl(int deploySequence,
                        DeployShell dsh)
                 throws DeployException
prepareImpl in class oracle.jdeveloper.deploy.common.AbstractDeployerdeploySequence - dsh - 
DeployException
protected void addInitialContentSet(ArchiveProfile profile,
                                    DeploymentModule archive,
                                    DeployShell dsh)
                             throws DeployException
DeployException
public void deployImpl(int deploySequence,
                       DeployShell dsh)
                throws DeployException
deployImpl in class oracle.jdevimpl.deploy.common.ProfileDeployerdeploySequence - dsh - 
DeployException
public void finishImpl(int deploySequence,
                       DeployShell dsh)
finishImpl in class oracle.jdeveloper.deploy.common.AbstractDeployerdeploySequence - dsh - 
public void cancelImpl(int deploySequence,
                       DeployShell dsh)
cancelImpl in class oracle.jdeveloper.deploy.common.AbstractDeployer
protected java.net.URL getTargetURL(DeployShell dsh)
                             throws DeployException
DeployException@Deprecated public oracle.jdevimpl.deploy.fwk.JarUtil getJarUtil()
@Deprecated public DefaultArchive getArchive()
@Deprecated protected void setJarUtil(oracle.jdevimpl.deploy.fwk.JarUtil jarUtil)
public DeploymentModule getDeploymentModule(DeployShell shell)
public void setDeploymentModule(DeploymentModule module,
                                DeployShell shell)
protected ArchiveProfile getProfile()
getProfile in class oracle.jdevimpl.deploy.common.ProfileDeployer
protected void logFileWritten(java.io.PrintWriter log,
                              java.lang.String jarPath)
protected void logFileUpToDate(java.io.PrintWriter log,
                               java.lang.String jarPath)
protected void setDeploymentModuleURL(java.net.URL url,
                                      DeployShell shell)
                               throws DeployException
DeployException
protected void maybeSetManifestClassPath(DeploymentModule archive,
                                         ArchiveProfile profile,
                                         DeployShell dsh)
protected void release(DeploymentModule depMod)
  | 
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 | |||||||||