<mxmlc>
and <compc>
.See: Description
Interface | Description |
---|---|
IOptionSource |
Interface to describe an object that can represent a commandline argument.
|
Class | Description |
---|---|
BaseConfigVariable |
Provides a base class for
ConfigVariable and
RepeatableConfigVariable . |
ConfigAppendString |
Extends ConfigString by overriding addToCommandline to use +foo=bar
syntax to support appending the configuration option to any
existing values.
|
ConfigBoolean |
Extends ConfigVariable to support setting boolean configuration
options.
|
ConfigInt |
Extends ConfigVariable to add support for parsing values into
integers and reporting build exceptions when the value isn't an
integer.
|
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.
|
NestedAttributeElement |
This class supports setting configuration option parameters via
child tag attributes.
|
OptionSpec |
Represents the name of a configuration option.
|
RepeatableConfigString |
Extends RepeatableConfigVariable by overriding addToCommandline().
|
RepeatableConfigVariable |
Provides a base class for Configuration Variables that can take on multiple values.
|
<mxmlc>
and <compc>
.Copyright © 2016 The Apache Software Foundation. All rights reserved.