Package | Description |
---|---|
org.apache.commons.jci.compilers |
Interfaces and abstract classes for the compiler abstraction itself.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseJavaCompilerSettings
Native Eclipse compiler settings
|
class |
JaninoJavaCompilerSettings |
class |
RhinoJavaCompilerSettings |
Modifier and Type | Method and Description |
---|---|
JavaCompilerSettings |
RhinoJavaCompiler.createDefaultSettings() |
JavaCompilerSettings |
JaninoJavaCompiler.createDefaultSettings() |
JavaCompilerSettings |
EclipseJavaCompiler.createDefaultSettings() |
JavaCompilerSettings |
JavaCompiler.createDefaultSettings()
factory method to create the underlying default settings
|
Modifier and Type | Method and Description |
---|---|
CompilationResult |
RhinoJavaCompiler.compile(String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
ClassLoader pClassLoader,
JavaCompilerSettings pSettings) |
CompilationResult |
JaninoJavaCompiler.compile(String[] pSourceNames,
ResourceReader pResourceReader,
ResourceStore pStore,
ClassLoader pClassLoader,
JavaCompilerSettings pSettings) |
CompilationResult |
EclipseJavaCompiler.compile(String[] pSourceFiles,
ResourceReader pReader,
ResourceStore pStore,
ClassLoader pClassLoader,
JavaCompilerSettings pSettings) |
CompilationResult |
JavaCompiler.compile(String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
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".
|
Constructor and Description |
---|
EclipseJavaCompilerSettings(JavaCompilerSettings pSettings) |
JavaCompilerSettings(JavaCompilerSettings pSettings) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.