oracle.jdeveloper.jot
Interface JotLibrary
- public interface JotLibrary
Interface for libraries within the Jot structure.
getName
public java.lang.String getName()
getClass
public JotClass getClass(java.lang.String className)
getMember
public JotLibraryMember getMember(java.lang.String className)
getClassNameList
public java.util.Iterator getClassNameList(java.lang.String packageName,
boolean fullName)
- Retrieves String representations of all the classes directly contained in the
package.
getClassList
public java.util.Iterator getClassList(java.lang.String packageName)
- Retrieves
JotClass representations of all the classes directly contained in the
package.
getSubPackageList
public java.util.Iterator getSubPackageList(java.lang.String packageName,
boolean fullName)
- Retrieves String representations of all the classes directly contained in the
package.
containsTree
public boolean containsTree(java.lang.String treeName)
getPackageContents
public java.util.Iterator getPackageContents(java.lang.String packageName,
boolean fullName)
getSourcePath
public URLPath getSourcePath()
getClassPath
public URLPath getClassPath()
setSourcePath
public void setSourcePath(URLPath sourcePath)
setClassPath
public void setClassPath(URLPath classPath)