Skip navigation links

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

E13403-06


oracle.jdeveloper.library
Class LegacyLibraryDefinition

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.LegacyLibraryDefinition

All Implemented Interfaces:
Displayable, Element, Dirtyable

public class LegacyLibraryDefinition
extends LibraryElement

Constructor Summary
LegacyLibraryDefinition()
           

 

Method Summary
 URLPath getClassPath()
           
 URLPath getDocPath()
           
 VersionNumber getJDKVersion()
           
 URLPath getSourcePath()
           
 boolean isLocked()
           
 void setClassPath(URLPath path)
           
 void setDocPath(URLPath path)
           
 void setJDKVersion(VersionNumber jdkVersion)
           
 void setLocked(boolean locked)
           
 void setSourcePath(URLPath path)
           

 

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

LegacyLibraryDefinition

public LegacyLibraryDefinition()

Method Detail

getJDKVersion

public VersionNumber getJDKVersion()

setJDKVersion

public void setJDKVersion(VersionNumber jdkVersion)

getClassPath

public URLPath getClassPath()

setClassPath

public void setClassPath(URLPath path)

getSourcePath

public URLPath getSourcePath()

setSourcePath

public void setSourcePath(URLPath path)

getDocPath

public URLPath getDocPath()

setDocPath

public void setDocPath(URLPath path)

isLocked

public boolean isLocked()

setLocked

public void setLocked(boolean locked)

Skip navigation links

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

E13403-06


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