A B C D E F G I M N O P R S U V 

A

add(String) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigString
 
add(String) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigVariable
Adds value as a value to this RepeatableConfigVariable.
addAll(String[]) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigVariable
Adds every String in values as a value of this RepeatableConfigVariable by calling the add method with each String as an argument.
addFiles(File, String[], Commandline) - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
addFiles(File, String[], Commandline) - Method in class org.apache.flex.compiler.ant.types.FlexSWCFileSet
 
addText(String) - Method in class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.BaseConfigVariable
Adds arguments to the end of cmdline corresponding to the state of this variable.
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigAppendString
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigBoolean
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigInt
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.ConfigString
 
addToCommandline(Commandline) - Method in interface org.apache.flex.compiler.ant.config.IOptionSource
Adds the object's commandline representation to cmdline.
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.config.RepeatableConfigString
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.DefaultSize
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.Fonts
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.RuntimeSharedLibraryPath
 
addToCommandline(Commandline) - Method in class org.apache.flex.compiler.ant.types.URLElement
 
append - Variable in class org.apache.flex.compiler.ant.types.FlexFileSet
 

B

BaseConfigVariable - Class in org.apache.flex.compiler.ant.config
Provides a base class for ConfigVariable and RepeatableConfigVariable.
BaseConfigVariable(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.BaseConfigVariable
Constructor.

C

cmdline - Variable in class org.apache.flex.compiler.ant.FlexTask
The commandline used in execute()
COMPCTask - Class in org.apache.flex.compiler.ant
Implements the <compc> Ant task.
COMPCTask() - Constructor for class org.apache.flex.compiler.ant.COMPCTask
Constructor.
ConfigAppendString - Class in org.apache.flex.compiler.ant.config
Extends ConfigString by overriding addToCommandline to use +foo=bar syntax to support appending the configuration option to any existing values.
ConfigAppendString(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigAppendString
 
ConfigAppendString(OptionSpec, String) - Constructor for class org.apache.flex.compiler.ant.config.ConfigAppendString
 
ConfigBoolean - Class in org.apache.flex.compiler.ant.config
Extends ConfigVariable to support setting boolean configuration options.
ConfigBoolean(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigBoolean
 
ConfigBoolean(OptionSpec, boolean) - Constructor for class org.apache.flex.compiler.ant.config.ConfigBoolean
 
ConfigInt - Class in org.apache.flex.compiler.ant.config
Extends ConfigVariable to add support for parsing values into integers and reporting build exceptions when the value isn't an integer.
ConfigInt(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigInt
 
ConfigInt(OptionSpec, int) - Constructor for class org.apache.flex.compiler.ant.config.ConfigInt
 
ConfigString - Class in org.apache.flex.compiler.ant.config
Extends ConfigVariable by overriding addToCommandline to use the -foo=bar syntax unless the value is null, in which case, -foo= syntax is used.
ConfigString(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigString
 
ConfigString(OptionSpec, String) - Constructor for class org.apache.flex.compiler.ant.config.ConfigString
 
ConfigVariable - Class in org.apache.flex.compiler.ant.config
Provides a base class for Configuration Variables that can be set with a String value.
ConfigVariable(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.ConfigVariable
Constructor.
configVariables - Variable in class org.apache.flex.compiler.ant.FlexTask
An array of ConfigVariabes that are set by setDynamicAttribute().
createContributor() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createCreator() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.types.Fonts
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createDynamicElement(String) - Method in class org.apache.flex.compiler.ant.types.RuntimeSharedLibraryPath
 
createElem(String, OptionSpec) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createElem(String[], OptionSpec) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createElemAllowAppend(String[], OptionSpec) - Method in class org.apache.flex.compiler.ant.FlexTask
 
createExterns() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createExterns() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createFonts() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createFonts() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createFrame() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createFrame() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createIncludes() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createIncludes() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createLanguage() - Method in class org.apache.flex.compiler.ant.types.Metadata
 
createLicense() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createLicense() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createManager() - Method in class org.apache.flex.compiler.ant.types.Fonts
 
createMetadata() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createMetadata() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createNamespace() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
createNamespace() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
createPublisher() - Method in class org.apache.flex.compiler.ant.types.Metadata
 

D

DEFAULT_SCRIPT_LIMITS - Static variable in class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
DEFAULT_SIZE - Static variable in class org.apache.flex.compiler.ant.types.DefaultSize
 
DefaultScriptLimits - Class in org.apache.flex.compiler.ant.types
Implements <default-script-limits>.
DefaultScriptLimits() - Constructor for class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
DefaultSize - Class in org.apache.flex.compiler.ant.types
Implements <default-size>.
DefaultSize() - Constructor for class org.apache.flex.compiler.ant.types.DefaultSize
 

E

equalString() - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
execute() - Method in class org.apache.flex.compiler.ant.FlexTask
Execute the task

F

FlexFileSet - Class in org.apache.flex.compiler.ant.types
Adds support for setting Flex configuration options using Ant FileSets.
FlexFileSet() - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexFileSet(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexFileSet(boolean) - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexFileSet(OptionSpec, boolean) - Constructor for class org.apache.flex.compiler.ant.types.FlexFileSet
 
FlexSWCFileSet - Class in org.apache.flex.compiler.ant.types
 
FlexSWCFileSet(OptionSpec, boolean) - Constructor for class org.apache.flex.compiler.ant.types.FlexSWCFileSet
 
FlexTask - Class in org.apache.flex.compiler.ant
This class contains common data and logic used by all the Flex Ant tasks.
FlexTask(String, ConfigVariable[], String, String, String, String) - Constructor for class org.apache.flex.compiler.ant.FlexTask
Constructor.
Fonts - Class in org.apache.flex.compiler.ant.types
Supports the nested <fonts> tag.
Fonts() - Constructor for class org.apache.flex.compiler.ant.types.Fonts
 
Fonts(FlexTask) - Constructor for class org.apache.flex.compiler.ant.types.Fonts
 
fork - Variable in class org.apache.flex.compiler.ant.FlexTask
fork attribute

G

getAlias() - Method in class org.apache.flex.compiler.ant.config.OptionSpec
 
getFullName() - Method in class org.apache.flex.compiler.ant.config.OptionSpec
 
getShortName() - Method in class org.apache.flex.compiler.ant.config.OptionSpec
 
getSpec() - Method in class org.apache.flex.compiler.ant.config.BaseConfigVariable
 

I

includeDirs - Variable in class org.apache.flex.compiler.ant.types.FlexFileSet
 
IOptionSource - Interface in org.apache.flex.compiler.ant.config
Interface to describe an object that can represent a commandline argument.
isSet() - Method in class org.apache.flex.compiler.ant.config.ConfigBoolean
 
isSet() - Method in class org.apache.flex.compiler.ant.config.ConfigInt
 
isSet() - Method in class org.apache.flex.compiler.ant.config.ConfigString
 
isSet() - Method in class org.apache.flex.compiler.ant.config.ConfigVariable
Predicate specifying whether this ConfigVariable has been set.

M

matches(String) - Method in class org.apache.flex.compiler.ant.config.BaseConfigVariable
Returns the result of calling matches() on DEFAULT_SCRIPT_LIMITS with option as the argument.
matches(String) - Method in class org.apache.flex.compiler.ant.config.OptionSpec
 
Metadata - Class in org.apache.flex.compiler.ant.types
Supports the nested <metadata> tag.
Metadata() - Constructor for class org.apache.flex.compiler.ant.types.Metadata
 
Metadata(FlexTask) - Constructor for class org.apache.flex.compiler.ant.types.Metadata
 
MXMLCTask - Class in org.apache.flex.compiler.ant
Implements the <mxmlc> Ant task.
MXMLCTask() - Constructor for class org.apache.flex.compiler.ant.MXMLCTask
Constructor.

N

nestedAttribs - Variable in class org.apache.flex.compiler.ant.FlexTask
 
NestedAttributeElement - Class in org.apache.flex.compiler.ant.config
This class supports setting configuration option parameters via child tag attributes.
NestedAttributeElement(String, OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
NestedAttributeElement(String[], OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
NestedAttributeElement(String, OptionSpec, FlexTask) - Constructor for class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
NestedAttributeElement(String[], OptionSpec, FlexTask) - Constructor for class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
NestedAttributeElement(String[], OptionSpec, FlexTask, boolean) - Constructor for class org.apache.flex.compiler.ant.config.NestedAttributeElement
 

O

OptionSpec - Class in org.apache.flex.compiler.ant.config
Represents the name of a configuration option.
OptionSpec(String, String) - Constructor for class org.apache.flex.compiler.ant.config.OptionSpec
 
OptionSpec(String) - Constructor for class org.apache.flex.compiler.ant.config.OptionSpec
 
org.apache.flex.compiler.ant - package org.apache.flex.compiler.ant
This package contains classes implementing the two Ant tasks <mxmlc> and <compc>.
org.apache.flex.compiler.ant.config - package 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 - package org.apache.flex.compiler.ant.types
This package contains data types for various configuration options of the two Ant tasks <mxmlc> and <compc>.

P

prepareCommandline() - Method in class org.apache.flex.compiler.ant.COMPCTask
 
prepareCommandline() - Method in class org.apache.flex.compiler.ant.FlexTask
Called by execute after the set ConfigVariables in vars has been added to the commandline.
prepareCommandline() - Method in class org.apache.flex.compiler.ant.MXMLCTask
 

R

RepeatableConfigString - Class in org.apache.flex.compiler.ant.config
Extends RepeatableConfigVariable by overriding addToCommandline().
RepeatableConfigString(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.RepeatableConfigString
 
RepeatableConfigVariable - Class in org.apache.flex.compiler.ant.config
Provides a base class for Configuration Variables that can take on multiple values.
RepeatableConfigVariable(OptionSpec) - Constructor for class org.apache.flex.compiler.ant.config.RepeatableConfigVariable
Creates a RepeatableConfigVariable instance with the specified OpitonSpec.
RUNTIME_SHARED_LIBRARY_PATH - Static variable in class org.apache.flex.compiler.ant.FlexTask
 
RuntimeSharedLibraryPath - Class in org.apache.flex.compiler.ant.types
Supports the nested <runtime-shared-library-path> tag.
RuntimeSharedLibraryPath() - Constructor for class org.apache.flex.compiler.ant.types.RuntimeSharedLibraryPath
 

S

set(boolean) - Method in class org.apache.flex.compiler.ant.config.ConfigBoolean
 
set(String) - Method in class org.apache.flex.compiler.ant.config.ConfigBoolean
 
set(int) - Method in class org.apache.flex.compiler.ant.config.ConfigInt
 
set(String) - Method in class org.apache.flex.compiler.ant.config.ConfigInt
 
set(String) - Method in class org.apache.flex.compiler.ant.config.ConfigString
 
set(String) - Method in class org.apache.flex.compiler.ant.config.ConfigVariable
Set the value of this ConfigVariable
setAppend(boolean) - Method in class org.apache.flex.compiler.ant.types.FlexFileSet
 
setDate(String) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
setDescription(String) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.COMPCTask
 
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.config.NestedAttributeElement
Assign attribute value.
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.FlexTask
Set the named attribute to the given value.
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.types.DefaultScriptLimits
 
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.types.Fonts
 
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.types.RuntimeSharedLibraryPath
 
setDynamicAttribute(String, String) - Method in class org.apache.flex.compiler.ant.types.URLElement
 
setFile(String) - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
setFork(boolean) - Method in class org.apache.flex.compiler.ant.FlexTask
Sets whether to run the task in a separate VM.
setHeight(int) - Method in class org.apache.flex.compiler.ant.types.DefaultSize
 
setOutput(File) - Method in class org.apache.flex.compiler.ant.COMPCTask
 
setOutput(File) - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
setOutput(String) - Method in class org.apache.flex.compiler.ant.MXMLCTask
 
setTitle(String) - Method in class org.apache.flex.compiler.ant.types.Metadata
 
setWidth(int) - Method in class org.apache.flex.compiler.ant.types.DefaultSize
 
spec - Variable in class org.apache.flex.compiler.ant.config.BaseConfigVariable
The OptionSpec describing the names that this ConfigVariable should match.
spec - Variable in class org.apache.flex.compiler.ant.config.NestedAttributeElement
 
spec - Variable in class org.apache.flex.compiler.ant.types.FlexFileSet
 

U

URLElement - Class in org.apache.flex.compiler.ant.types
Supports the nested URL based tags of RuntimeSharedLibraryPath.
URLElement() - Constructor for class org.apache.flex.compiler.ant.types.URLElement
 

V

value() - Method in class org.apache.flex.compiler.ant.config.ConfigString
 
A B C D E F G I M N O P R S U V 

Copyright © 2016 The Apache Software Foundation. All rights reserved.