| 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>. |
| org.apache.flex.compiler.ant.types |
This package contains data types for various configuration options of the two
Ant tasks
<mxmlc> and <compc>. |
| Class and Description |
|---|
| ConfigVariable
Provides a base class for Configuration Variables that can be set with a
String value.
|
| IOptionSource
Interface to describe an object that can represent a commandline argument.
|
| NestedAttributeElement
This class supports setting configuration option parameters via
child tag attributes.
|
| OptionSpec
Represents the name of a configuration option.
|
| Class and Description |
|---|
| BaseConfigVariable
Provides a base class for
ConfigVariable and
RepeatableConfigVariable. |
| ConfigString
Extends ConfigVariable by overriding addToCommandline to use the
-foo=bar syntax unless the value is null, in which case, -foo=
syntax is used.
|
| ConfigVariable
Provides a base class for Configuration Variables that can be set with a
String value.
|
| IOptionSource
Interface to describe an object that can represent a commandline argument.
|
| OptionSpec
Represents the name of a configuration option.
|
| RepeatableConfigVariable
Provides a base class for Configuration Variables that can take on multiple values.
|
| Class and Description |
|---|
| IOptionSource
Interface to describe an object that can represent a commandline argument.
|
| NestedAttributeElement
This class supports setting configuration option parameters via
child tag attributes.
|
| OptionSpec
Represents the name of a configuration option.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.