Package | Description |
---|---|
org.apache.flex.compiler.ant.config |
This package contains classes supporting configuration of the two
Ant tasks
<mxmlc> and <compc> . |
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.
|
class |
ConfigVariable
Provides a base class for Configuration Variables that can be set with a
String value.
|
class |
RepeatableConfigString
Extends RepeatableConfigVariable by overriding addToCommandline().
|
class |
RepeatableConfigVariable
Provides a base class for Configuration Variables that can take on multiple values.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.