public class JavaCompilerHelper extends ToolBase
| Modifier and Type | Field and Description |
|---|---|
protected static Class[] |
compile141MethodSignature |
protected static Class[] |
compileMethodSignature |
protected static Class[] |
constructorSignature |
protected OutputStream |
out |
| Constructor and Description |
|---|
JavaCompilerHelper(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compile(String[] args) |
protected String |
getGenericErrorMessage() |
protected String |
getResourceBundleName() |
protected boolean |
internalCompile(String[] args) |
protected boolean |
internalCompilePre141(String[] args) |
void |
onError(Localizable msg) |
protected boolean |
parseArguments(String[] args) |
protected void |
run() |
getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, initialize, printStackTrace, report, report, run, wasSuccessfulprotected OutputStream out
protected static final Class[] compile141MethodSignature
protected static final Class[] constructorSignature
protected static final Class[] compileMethodSignature
public JavaCompilerHelper(OutputStream out)
public boolean compile(String[] args)
protected String getResourceBundleName()
getResourceBundleName in class ToolBaseprotected boolean internalCompile(String[] args)
protected boolean internalCompilePre141(String[] args)
protected String getGenericErrorMessage()
getGenericErrorMessage in class ToolBaseprotected boolean parseArguments(String[] args)
parseArguments in class ToolBasepublic void onError(Localizable msg)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.