| 程序包 | 说明 |
|---|---|
| com.sh.common.jci.compilers |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EclipseJavaCompilerSettings
Native Eclipse compiler settings
|
| 限定符和类型 | 方法和说明 |
|---|---|
JavaCompilerSettings |
JavaCompiler.createDefaultSettings()
factory method to create the underlying default settings
|
JavaCompilerSettings |
EclipseJavaCompiler.createDefaultSettings() |
| 限定符和类型 | 方法和说明 |
|---|---|
CompilationResult |
JavaCompiler.compile(java.lang.String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
java.lang.ClassLoader pClassLoader,
JavaCompilerSettings pSettings)
Compiles the java resources "some/path/to/MyJava.java"
read through the ResourceReader and then stores the resulting
classes in the ResourceStore under "some/path/to/MyJava.class".
|
CompilationResult |
EclipseJavaCompiler.compile(java.lang.String[] pSourceFiles,
ResourceReader pReader,
ResourceStore pStore,
java.lang.ClassLoader pClassLoader,
JavaCompilerSettings pSettings) |
| 构造器和说明 |
|---|
JavaCompilerSettings(JavaCompilerSettings pSettings) |