Extension SDK

oracle.jdeveloper.jot
Interface JotLibrary


public interface JotLibrary

Interface for libraries within the Jot structure.


Method Summary
 boolean containsTree(java.lang.String treeName)
           
 JotClass getClass(java.lang.String className)
           
 java.util.Iterator getClassList(java.lang.String packageName)
          Retrieves JotClass representations of all the classes directly contained in the package.
 java.util.Iterator getClassNameList(java.lang.String packageName, boolean fullName)
          Retrieves String representations of all the classes directly contained in the package.
 URLPath getClassPath()
           
 JotLibraryMember getMember(java.lang.String className)
           
 java.lang.String getName()
           
 java.util.Iterator getPackageContents(java.lang.String packageName, boolean fullName)
           
 URLPath getSourcePath()
           
 java.util.Iterator getSubPackageList(java.lang.String packageName, boolean fullName)
          Retrieves String representations of all the classes directly contained in the package.
 void setClassPath(URLPath classPath)
           
 void setSourcePath(URLPath sourcePath)
           
 

Method Detail

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)

Extension SDK

 

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