| Package | Description |
|---|---|
| org.apache.royale.compiler.config | |
| org.apache.royale.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.royale.compiler.config package. |
| org.apache.royale.compiler.targets | |
| org.apache.royale.compiler.units |
| Modifier and Type | Method and Description |
|---|---|
ITargetSettings |
Configurator.getTargetSettings(ITarget.TargetType targetType) |
Collection<ICompilerProblem> |
Configurator.validateConfiguration(String[] args,
ITarget.TargetType targetType) |
| Modifier and Type | Method and Description |
|---|---|
ITargetSettings |
IConfigurator.getTargetSettings(ITarget.TargetType targetType)
Get the settings that apply to a given type of target based on the
current state of the configuration.
|
Collection<ICompilerProblem> |
IConfigurator.validateConfiguration(String[] args,
ITarget.TargetType targetType)
Validates that the specified compiler options are syntactically correct.
|
| Modifier and Type | Method and Description |
|---|---|
ITarget.TargetType |
ITarget.getTargetType()
Returns the type of this target.
|
static ITarget.TargetType |
ITarget.TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITarget.TargetType[] |
ITarget.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICompilationUnit.startBuildAsync(ITarget.TargetType targetType)
This method starts to build the compilation unit asynchronously.
|
void |
ICompilationUnit.waitForBuildFinish(Collection<ICompilerProblem> problems,
ITarget.TargetType targetType)
Wait till the compilation unit finishes building, and collect compiler
problems.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.