public interface ProcessorEnvironment extends ProcessorEnvironment
| Modifier and Type | Field and Description |
|---|---|
static int |
F_VERBOSE |
static int |
F_WARNINGS |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeneratedFile(GeneratedFileInfo file)
Remember a generated file and its type so that it
can be removed later, if appropriate.
|
void |
deleteGeneratedFiles()
Delete all the generated files made during the execution of this
environment (those that have been registered with the "addGeneratedFile"
method)
|
void |
error(Localizable msg) |
URLClassLoader |
getClassLoader()
Get a URLClassLoader from using the classpath
|
String |
getClassPath()
Get the ClassPath.
|
int |
getErrorCount() |
int |
getFlags()
Get the environment flags
|
Names |
getNames() |
int |
getWarningCount() |
void |
info(Localizable msg) |
void |
printStackTrace(Throwable t) |
void |
setFlags(int flags)
Set the environment flags
|
void |
shutdown()
Release resources, if any.
|
boolean |
verbose()
Is verbose turned on
|
void |
warn(Localizable msg) |
getGeneratedFilesstatic final int F_VERBOSE
static final int F_WARNINGS
void setFlags(int flags)
int getFlags()
String getClassPath()
boolean verbose()
void addGeneratedFile(GeneratedFileInfo file)
void deleteGeneratedFiles()
URLClassLoader getClassLoader()
void shutdown()
void error(Localizable msg)
void warn(Localizable msg)
void info(Localizable msg)
void printStackTrace(Throwable t)
Names getNames()
int getErrorCount()
int getWarningCount()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.