Package | Description |
---|---|
org.apache.flex.compiler.ant |
This package contains classes implementing the two Ant tasks
<mxmlc> and <compc> . |
org.apache.flex.compiler.ant.config |
This package contains classes supporting configuration of the two
Ant tasks
<mxmlc> and <compc> . |
Modifier and Type | Field and Description |
---|---|
protected ConfigVariable[] |
FlexTask.configVariables
An array of ConfigVariabes that are set by setDynamicAttribute().
|
Constructor and Description |
---|
FlexTask(String taskName,
ConfigVariable[] configVariables,
String toolJARFileName,
String toolClassName,
String toolMethodName,
String toolFailureMethodName)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigAppendString
Extends ConfigString by overriding addToCommandline to use +foo=bar
syntax to support appending the configuration option to any
existing values.
|
class |
ConfigBoolean
Extends ConfigVariable to support setting boolean configuration
options.
|
class |
ConfigInt
Extends ConfigVariable to add support for parsing values into
integers and reporting build exceptions when the value isn't an
integer.
|
class |
ConfigString
Extends ConfigVariable by overriding addToCommandline to use the
-foo=bar syntax unless the value is null, in which case, -foo=
syntax is used.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.