Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.library
Class LegacyLibrary

java.lang.Object
  extended by oracle.ide.model.DefaultDisplayable
      extended by oracle.ide.model.DefaultElement
          extended by oracle.jdeveloper.library.LibraryElement
              extended by oracle.jdeveloper.library.LegacyLibrary

All Implemented Interfaces:
Displayable, Element, Dirtyable

public class LegacyLibrary
extends LibraryElement

The sole intention of LegacyLibrary is to represent a library as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format. This class should not be relied upon for any other purpose.


Constructor Summary
LegacyLibrary()
           

 

Method Summary
 URLPath getClassPath()
           
 LegacyLibraryDefinition getDefaultLibraryDefinition()
           
 java.util.List getDefinitionList()
           
 java.lang.Boolean getDeployedByDefault()
           
 URLPath getDocPath()
           
 java.lang.String getName()
           
 URLPath getSourcePath()
           
 boolean isLocked()
           
 void setDefaultLibraryDefinition(LegacyLibraryDefinition def)
           
 void setDefinitionList(java.util.List defList)
           
 void setDeployedByDefault(java.lang.Boolean deployedByDefault)
           
 void setLocked(boolean isLocked)
           
 void setName(java.lang.String name)
           

 

Methods inherited from class oracle.jdeveloper.library.LibraryElement
isDirty, markDirty

 

Methods inherited from class oracle.ide.model.DefaultElement
getAttributes, getChildren, getData, mayHaveChildren

 

Methods inherited from class oracle.ide.model.DefaultDisplayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString

 

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

 

Methods inherited from interface oracle.ide.model.Displayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString

 

Constructor Detail

LegacyLibrary

public LegacyLibrary()

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDeployedByDefault

public java.lang.Boolean getDeployedByDefault()
                                       throws AttributeMarker
Throws:
AttributeMarker

setDeployedByDefault

public void setDeployedByDefault(java.lang.Boolean deployedByDefault)

getDefaultLibraryDefinition

public LegacyLibraryDefinition getDefaultLibraryDefinition()

setDefaultLibraryDefinition

public void setDefaultLibraryDefinition(LegacyLibraryDefinition def)

getDefinitionList

public java.util.List getDefinitionList()

setDefinitionList

public void setDefinitionList(java.util.List defList)

isLocked

public boolean isLocked()

setLocked

public void setLocked(boolean isLocked)

getClassPath

public URLPath getClassPath()

getSourcePath

public URLPath getSourcePath()

getDocPath

public URLPath getDocPath()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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