Package | Description |
---|---|
org.apache.flex.compiler.clients.problems |
This package contains classes and interfaces used by clients
to report compiler problems.
|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
org.apache.flex.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.flex.compiler.config package. |
Constructor and Description |
---|
CompilerProblemCategorizer(ICompilerProblemSettings problemSettings)
This categorizer can look at user configured overrides of problem
severity, falling back to the default severity.
|
ProblemQuery(ICompilerProblemSettings problemSettings)
Construct a ProblemQuery with settings to control how compiler problems
are reported.
|
ProblemSettingsFilter(ICompilerProblemSettings problemSettings)
Create a filter based on problem settings.
|
Modifier and Type | Method and Description |
---|---|
ICompilerProblemSettings |
Configurator.getCompilerProblemSettings() |
Modifier and Type | Class and Description |
---|---|
class |
CompilerProblemSettings
A value object created by the Configurator.
|
Modifier and Type | Method and Description |
---|---|
ICompilerProblemSettings |
IConfigurator.getCompilerProblemSettings()
Get the settings that control how compiler problems are reported.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.