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> . |
Modifier and Type | Field and Description |
---|---|
protected List<IOptionSource> |
FlexTask.nestedAttribs |
Modifier and Type | Class and Description |
---|---|
class |
BaseConfigVariable
Provides a base class for
ConfigVariable and
RepeatableConfigVariable . |
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.
|
class |
ConfigVariable
Provides a base class for Configuration Variables that can be set with a
String value.
|
class |
NestedAttributeElement
This class supports setting configuration option parameters via
child tag attributes.
|
class |
RepeatableConfigString
Extends RepeatableConfigVariable by overriding addToCommandline().
|
class |
RepeatableConfigVariable
Provides a base class for Configuration Variables that can take on multiple values.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptLimits
Implements <default-script-limits>.
|
class |
DefaultSize
Implements <default-size>.
|
class |
FlexFileSet
Adds support for setting Flex configuration options using Ant FileSets.
|
class |
FlexSWCFileSet |
class |
Fonts
Supports the nested <fonts> tag.
|
class |
Metadata
Supports the nested <metadata> tag.
|
class |
RuntimeSharedLibraryPath
Supports the nested <runtime-shared-library-path> tag.
|
class |
URLElement
Supports the nested URL based tags of RuntimeSharedLibraryPath.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.