oracle.jdeveloper.library
Class LegacyLibrary
java.lang.Object
  
oracle.ide.model.DefaultDisplayable
      
oracle.ide.model.DefaultElement
          
oracle.jdeveloper.library.LibraryElement
              
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.
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
LegacyLibrary
public LegacyLibrary()
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()
 
Copyright © 1997, 2013, Oracle. All rights reserved.