Skip navigation links

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

E52944-01


oracle.jdeveloper.deploy
Class DeploymentView

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.deploy.DeploymentView


public class DeploymentView
extends HashStructureAdapter

A DeploymentView describes how a DeploymentModule should be constructed.


Field Summary

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Constructor Summary
DeploymentView()
           
DeploymentView(Profile profile)
           

 

Method Summary
 java.net.URL getArchiveURL()
           
 boolean isInherited()
           
 void setArchiveURL(java.net.URL url)
           
 void setInherited(boolean value)
           

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DeploymentView

public DeploymentView()

DeploymentView

public DeploymentView(Profile profile)

Method Detail

getArchiveURL

public java.net.URL getArchiveURL()

setArchiveURL

public void setArchiveURL(java.net.URL url)

isInherited

public boolean isInherited()

setInherited

public void setInherited(boolean value)

Skip navigation links

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

E52944-01


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