public final class JavaCompilerFactory extends Object
Constructor and Description |
---|
JavaCompilerFactory() |
Modifier and Type | Method and Description |
---|---|
JavaCompiler |
createCompiler(String pHint)
Tries to guess the class name by convention.
|
static JavaCompilerFactory |
getInstance()
Deprecated.
will be remove after the next release, please create an instance yourself
|
JavaCompiler |
loadCompiler(JavaDialectConfiguration configuration) |
public static JavaCompilerFactory getInstance()
public JavaCompiler createCompiler(String pHint)
pHint
- public JavaCompiler loadCompiler(JavaDialectConfiguration configuration)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.