public interface CmtPackages extends JavaFileProvider
Modifier and Type | Field and Description |
---|---|
static int |
CLASSPATH_CHANGED |
static int |
SOURCEPATH_CHANGED |
Modifier and Type | Method and Description |
---|---|
void |
addDesignTimePath(URLPath path) |
boolean |
commitTransaction(SourceTransaction trans,
TransactionDescriptor descriptor) |
void |
flushCache() |
JavaClass |
getClass(SourceFile srcFile,
java.lang.String shortName) |
java.lang.ClassLoader |
getClassLoader() |
Project |
getProject() |
java.lang.Class |
loadClass(java.lang.String clsName,
boolean resolve) |
createSourceFile, getFile, getSourceFile, getSourceFile
getArrayType, getClass, getClass, getClassByVMName, getPackage, getSourceClass, getTextBuffer
static final int CLASSPATH_CHANGED
static final int SOURCEPATH_CHANGED
JavaClass getClass(SourceFile srcFile, java.lang.String shortName)
Project getProject()
java.lang.Class loadClass(java.lang.String clsName, boolean resolve) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
java.lang.ClassLoader getClassLoader()
void flushCache()
boolean commitTransaction(SourceTransaction trans, TransactionDescriptor descriptor)
void addDesignTimePath(URLPath path)