Modifier and Type | Class and Description |
---|---|
class |
ExternCConfiguration |
class |
JSConfiguration
The
JSConfiguration class holds all compiler arguments needed for
compiling ActionScript to JavaScript. |
static class |
Optimizer.OptimizerConfiguration
Configuration class - adds the input option
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
MXMLJSC.config |
Configuration |
MXMLC.config |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuffer |
Optimizer.OptimizerConfigurator.createConfigurationBuffer(Class<? extends Configuration> configClass)
Create the config buffer with the right filter
|
Constructor and Description |
---|
Optimizer.OptimizerConfigurator(Class<? extends Configuration> configurationClass) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
Configurator.createConfiguration()
Create a new configuration instance.
|
Configuration |
Configurator.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static List<RSLSettings> |
Configurator.getRSLSettingsFromConfiguration(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuffer |
Configurator.createConfigurationBuffer(Class<? extends Configuration> configurationClass)
Create a configuration buffer.
|
Constructor and Description |
---|
ConfigurationBuffer(Class<? extends Configuration> configClass) |
ConfigurationBuffer(Class<? extends Configuration> configClass,
Map<String,String> aliases) |
ConfigurationBuffer(Class<? extends Configuration> configClass,
Map<String,String> aliases,
IConfigurationFilter filter)
Create a configuration buffer with an optional filter.
|
Configurator(Class<? extends Configuration> configurationClass)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IPublisher |
IBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
JSPublisher.configuration |
Constructor and Description |
---|
JSPublisher(Configuration config) |
Constructor and Description |
---|
JSGoogPublisher(Configuration config) |
Constructor and Description |
---|
JSCPublisher(Configuration config,
FlexJSProject project) |
Constructor and Description |
---|
NodePublisher(Configuration config,
FlexJSProject project) |
Constructor and Description |
---|
MXMLFlexJSPublisher(Configuration config,
FlexJSProject project) |
Constructor and Description |
---|
MXMLVF2JSPublisher(Configuration config,
FlexJSProject project) |
Modifier and Type | Class and Description |
---|---|
class |
COMPCConfiguration
A Configuration to override some behaviors of the default configuration.
|
Constructor and Description |
---|
CompilerProblemSettings(Configuration configuration) |
TargetSettings(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
IPublisher |
ASBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
IPublisher |
JSBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
JSGoogConfiguration
The
JSGoogConfiguration class holds all compiler arguments needed for
compiling ActionScript to JavaScript the 'goog' way. |
Modifier and Type | Method and Description |
---|---|
JSGoogPublisher |
GoogBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
MXMLFlexJSPublisher |
JSCBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
MXMLFlexJSPublisher |
NodeBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
JSVF2JSConfiguration
The
JSVF2JSConfiguration class holds all compiler arguments needed for
compiling ActionScript to JavaScript the 'goog' way. |
Modifier and Type | Method and Description |
---|---|
MXMLFlexJSPublisher |
MXMLFlexJSBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
IPublisher |
MXMLVF2JSBackend.createPublisher(IASProject project,
List<ICompilerProblem> errors,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
static void |
FlexProjectConfigurator.configure(FlexProject project,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
static class |
SWCDepends.DependencyConfiguration
dependency.* configuration options
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.