You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/27 12:34:48 UTC

svn commit: r1762468 [2/15] - in /flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/flex/ apidocs/org/apache/flex/compiler/ apidocs/org/apache/flex/compiler/ant/ apidocs/...

Added: flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index-all.html?rev=1762468&view=auto
==============================================================================
--- flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index-all.html (added)
+++ flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index-all.html Tue Sep 27 12:34:46 2016
@@ -0,0 +1,638 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 27 14:33:52 CEST 2016 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Apache Flex - FlexJS: FlexJS Ant Tasks 0.8.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-09-27">
+<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Index (Apache Flex - FlexJS: FlexJS Ant Tasks 0.8.0-SNAPSHOT API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="./overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="./overview-tree.html">Tree</a></li>
+<li><a href="./deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="./help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="./allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a name="_A_">
+<!--   -->
+</a>
+<h2 class="title">A</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html#add(java.lang.String)">add(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html" title="class in org.apache.flex.compiler.ant.config">RepeatableConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html#add(java.lang.String)">add(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">RepeatableConfigVariable</a></dt>
+<dd>
+<div class="block">Adds <code>value</code> as a value to this <code>RepeatableConfigVariable</code>.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html#addAll(java.lang.String[])">addAll(String[])</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">RepeatableConfigVariable</a></dt>
+<dd>
+<div class="block">Adds every String in <code>values</code> as a value of this <code>RepeatableConfigVariable</code> by calling the <code>add</code> method with each String as an argument.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#addFiles(java.io.File,%20java.lang.String[],%20org.apache.tools.ant.types.Commandline)">addFiles(File, String[], Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexSWCFileSet.html#addFiles(java.io.File,%20java.lang.String[],%20org.apache.tools.ant.types.Commandline)">addFiles(File, String[], Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexSWCFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexSWCFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#addText(java.lang.String)">addText(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">BaseConfigVariable</a></dt>
+<dd>
+<div class="block">Adds arguments to the end of <code>cmdline</code> corresponding to the state of this variable.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html" title="class in org.apache.flex.compiler.ant.config">ConfigAppendString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config">ConfigBoolean</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config">ConfigInt</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigString.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config">ConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/IOptionSource.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in interface org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/IOptionSource.html" title="interface in org.apache.flex.compiler.ant.config">IOptionSource</a></dt>
+<dd>
+<div class="block">Adds the object's commandline representation to <code>cmdline</code>.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html" title="class in org.apache.flex.compiler.ant.config">RepeatableConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html" title="class in org.apache.flex.compiler.ant.types">DefaultScriptLimits</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultSize.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultSize.html" title="class in org.apache.flex.compiler.ant.types">DefaultSize</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Fonts.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types">Fonts</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html" title="class in org.apache.flex.compiler.ant.types">RuntimeSharedLibraryPath</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/URLElement.html#addToCommandline(org.apache.tools.ant.types.Commandline)">addToCommandline(Commandline)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/URLElement.html" title="class in org.apache.flex.compiler.ant.types">URLElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#append">append</a></span> - Variable in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_B_">
+<!--   -->
+</a>
+<h2 class="title">B</h2>
+<dl>
+<dt><a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">BaseConfigVariable</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Provides a base class for <code>ConfigVariable</code> and
+ <code>RepeatableConfigVariable</code>.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html#BaseConfigVariable(org.apache.flex.compiler.ant.config.OptionSpec)">BaseConfigVariable(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">BaseConfigVariable</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+</dl>
+<a name="_C_">
+<!--   -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#cmdline">cmdline</a></span> - Variable in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">The commandline used in execute()</div>
+</dd>
+<dt><a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant"><span class="strong">COMPCTask</span></a> - Class in <a href="./org/apache/flex/compiler/ant/package-summary.html">org.apache.flex.compiler.ant</a></dt>
+<dd>
+<div class="block">Implements the <code>&lt;compc&gt;</code> Ant task.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#COMPCTask()">COMPCTask()</a></span> - Constructor for class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">ConfigAppendString</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Extends ConfigString by overriding addToCommandline to use +foo=bar
+ syntax to support appending the configuration option to any
+ existing values.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html#ConfigAppendString(org.apache.flex.compiler.ant.config.OptionSpec)">ConfigAppendString(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html" title="class in org.apache.flex.compiler.ant.config">ConfigAppendString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html#ConfigAppendString(org.apache.flex.compiler.ant.config.OptionSpec,%20java.lang.String)">ConfigAppendString(OptionSpec, String)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigAppendString.html" title="class in org.apache.flex.compiler.ant.config">ConfigAppendString</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">ConfigBoolean</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Extends ConfigVariable to support setting boolean configuration
+ options.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html#ConfigBoolean(org.apache.flex.compiler.ant.config.OptionSpec)">ConfigBoolean(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config">ConfigBoolean</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html#ConfigBoolean(org.apache.flex.compiler.ant.config.OptionSpec,%20boolean)">ConfigBoolean(OptionSpec, boolean)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config">ConfigBoolean</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">ConfigInt</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Extends ConfigVariable to add support for parsing values into
+ integers and reporting build exceptions when the value isn't an
+ integer.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html#ConfigInt(org.apache.flex.compiler.ant.config.OptionSpec)">ConfigInt(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config">ConfigInt</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html#ConfigInt(org.apache.flex.compiler.ant.config.OptionSpec,%20int)">ConfigInt(OptionSpec, int)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config">ConfigInt</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">ConfigString</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Extends ConfigVariable by overriding addToCommandline to use the
+ -foo=bar syntax unless the value is null, in which case, -foo=
+ syntax is used.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigString.html#ConfigString(org.apache.flex.compiler.ant.config.OptionSpec)">ConfigString(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config">ConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigString.html#ConfigString(org.apache.flex.compiler.ant.config.OptionSpec,%20java.lang.String)">ConfigString(OptionSpec, String)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config">ConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">ConfigVariable</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Provides a base class for Configuration Variables that can be set with a
+ String value.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html#ConfigVariable(org.apache.flex.compiler.ant.config.OptionSpec)">ConfigVariable(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">ConfigVariable</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#configVariables">configVariables</a></span> - Variable in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">An array of ConfigVariabes that are set by setDynamicAttribute().</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#createContributor()">createContributor()</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#createCreator()">createCreator()</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createDynamicElement(java.lang.String)">createDynamicElement(String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#createDynamicElement(java.lang.String)">createDynamicElement(String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createDynamicElement(java.lang.String)">createDynamicElement(String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Fonts.html#createDynamicElement(java.lang.String)">createDynamicElement(String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types">Fonts</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#createDynamicElement(java.lang.String)">createDynamicElement(String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html#createDynamicElement(java.lang.String)">createDynamicElement(String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html" title="class in org.apache.flex.compiler.ant.types">RuntimeSharedLibraryPath</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#createElem(java.lang.String,%20org.apache.flex.compiler.ant.config.OptionSpec)">createElem(String, OptionSpec)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#createElem(java.lang.String[],%20org.apache.flex.compiler.ant.config.OptionSpec)">createElem(String[], OptionSpec)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#createElemAllowAppend(java.lang.String[],%20org.apache.flex.compiler.ant.config.OptionSpec)">createElemAllowAppend(String[], OptionSpec)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createExterns()">createExterns()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createExterns()">createExterns()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createFonts()">createFonts()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createFonts()">createFonts()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createFrame()">createFrame()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createFrame()">createFrame()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createIncludes()">createIncludes()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createIncludes()">createIncludes()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#createLanguage()">createLanguage()</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createLicense()">createLicense()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createLicense()">createLicense()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Fonts.html#createManager()">createManager()</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types">Fonts</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createMetadata()">createMetadata()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createMetadata()">createMetadata()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#createNamespace()">createNamespace()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#createNamespace()">createNamespace()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#createPublisher()">createPublisher()</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_D_">
+<!--   -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html#DEFAULT_SCRIPT_LIMITS">DEFAULT_SCRIPT_LIMITS</a></span> - Static variable in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html" title="class in org.apache.flex.compiler.ant.types">DefaultScriptLimits</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultSize.html#DEFAULT_SIZE">DEFAULT_SIZE</a></span> - Static variable in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultSize.html" title="class in org.apache.flex.compiler.ant.types">DefaultSize</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">DefaultScriptLimits</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Implements &lt;default-script-limits&gt;.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html#DefaultScriptLimits()">DefaultScriptLimits()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html" title="class in org.apache.flex.compiler.ant.types">DefaultScriptLimits</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/DefaultSize.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">DefaultSize</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Implements &lt;default-size&gt;.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultSize.html#DefaultSize()">DefaultSize()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultSize.html" title="class in org.apache.flex.compiler.ant.types">DefaultSize</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_E_">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#equalString()">equalString()</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#execute()">execute()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">Execute the task</div>
+</dd>
+</dl>
+<a name="_F_">
+<!--   -->
+</a>
+<h2 class="title">F</h2>
+<dl>
+<dt><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">FlexFileSet</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Adds support for setting Flex configuration options using Ant FileSets.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#FlexFileSet()">FlexFileSet()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#FlexFileSet(org.apache.flex.compiler.ant.config.OptionSpec)">FlexFileSet(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#FlexFileSet(boolean)">FlexFileSet(boolean)</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#FlexFileSet(org.apache.flex.compiler.ant.config.OptionSpec,%20boolean)">FlexFileSet(OptionSpec, boolean)</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/FlexSWCFileSet.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">FlexSWCFileSet</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexSWCFileSet.html#FlexSWCFileSet(org.apache.flex.compiler.ant.config.OptionSpec,%20boolean)">FlexSWCFileSet(OptionSpec, boolean)</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexSWCFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexSWCFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant"><span class="strong">FlexTask</span></a> - Class in <a href="./org/apache/flex/compiler/ant/package-summary.html">org.apache.flex.compiler.ant</a></dt>
+<dd>
+<div class="block">This class contains common data and logic used by all the Flex Ant tasks.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#FlexTask(java.lang.String,%20org.apache.flex.compiler.ant.config.ConfigVariable[],%20java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String)">FlexTask(String, ConfigVariable[], String, String, String, String)</a></span> - Constructor for class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">Fonts</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Supports the nested &lt;fonts&gt; tag.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Fonts.html#Fonts()">Fonts()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types">Fonts</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Fonts.html#Fonts(org.apache.flex.compiler.ant.FlexTask)">Fonts(FlexTask)</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types">Fonts</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#fork">fork</a></span> - Variable in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">fork attribute</div>
+</dd>
+</dl>
+<a name="_G_">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html#getAlias()">getAlias()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config">OptionSpec</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html#getFullName()">getFullName()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config">OptionSpec</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html#getShortName()">getShortName()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config">OptionSpec</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html#getSpec()">getSpec()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">BaseConfigVariable</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_I_">
+<!--   -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#includeDirs">includeDirs</a></span> - Variable in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/IOptionSource.html" title="interface in org.apache.flex.compiler.ant.config"><span class="strong">IOptionSource</span></a> - Interface in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Interface to describe an object that can represent a commandline argument.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html#isSet()">isSet()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config">ConfigBoolean</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html#isSet()">isSet()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config">ConfigInt</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigString.html#isSet()">isSet()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config">ConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html#isSet()">isSet()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">ConfigVariable</a></dt>
+<dd>
+<div class="block">Predicate specifying whether this ConfigVariable has been set.</div>
+</dd>
+</dl>
+<a name="_M_">
+<!--   -->
+</a>
+<h2 class="title">M</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html#matches(java.lang.String)">matches(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">BaseConfigVariable</a></dt>
+<dd>
+<div class="block">Returns the result of calling matches() on <code>DEFAULT_SCRIPT_LIMITS</code> with <code>option</code> as the argument.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html#matches(java.lang.String)">matches(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config">OptionSpec</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">Metadata</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Supports the nested &lt;metadata&gt; tag.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#Metadata()">Metadata()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#Metadata(org.apache.flex.compiler.ant.FlexTask)">Metadata(FlexTask)</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant"><span class="strong">MXMLCTask</span></a> - Class in <a href="./org/apache/flex/compiler/ant/package-summary.html">org.apache.flex.compiler.ant</a></dt>
+<dd>
+<div class="block">Implements the <code>&lt;mxmlc&gt;</code> Ant task.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#MXMLCTask()">MXMLCTask()</a></span> - Constructor for class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+</dl>
+<a name="_N_">
+<!--   -->
+</a>
+<h2 class="title">N</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#nestedAttribs">nestedAttribs</a></span> - Variable in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">NestedAttributeElement</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">This class supports setting configuration option parameters via
+ child tag attributes.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#NestedAttributeElement(java.lang.String,%20org.apache.flex.compiler.ant.config.OptionSpec)">NestedAttributeElement(String, OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#NestedAttributeElement(java.lang.String[],%20org.apache.flex.compiler.ant.config.OptionSpec)">NestedAttributeElement(String[], OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#NestedAttributeElement(java.lang.String,%20org.apache.flex.compiler.ant.config.OptionSpec,%20org.apache.flex.compiler.ant.FlexTask)">NestedAttributeElement(String, OptionSpec, FlexTask)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#NestedAttributeElement(java.lang.String[],%20org.apache.flex.compiler.ant.config.OptionSpec,%20org.apache.flex.compiler.ant.FlexTask)">NestedAttributeElement(String[], OptionSpec, FlexTask)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#NestedAttributeElement(java.lang.String[],%20org.apache.flex.compiler.ant.config.OptionSpec,%20org.apache.flex.compiler.ant.FlexTask,%20boolean)">NestedAttributeElement(String[], OptionSpec, FlexTask, boolean)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_O_">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">OptionSpec</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Represents the name of a configuration option.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html#OptionSpec(java.lang.String,%20java.lang.String)">OptionSpec(String, String)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config">OptionSpec</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/OptionSpec.html#OptionSpec(java.lang.String)">OptionSpec(String)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/OptionSpec.html" title="class in org.apache.flex.compiler.ant.config">OptionSpec</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/package-summary.html">org.apache.flex.compiler.ant</a> - package org.apache.flex.compiler.ant</dt>
+<dd>
+<div class="block">This package contains classes implementing the two Ant tasks
+<code>&lt;mxmlc&gt;</code> and <code>&lt;compc&gt;</code>.</div>
+</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a> - package org.apache.flex.compiler.ant.config</dt>
+<dd>
+<div class="block">This package contains classes supporting configuration of the two
+Ant tasks <code>&lt;mxmlc&gt;</code> and <code>&lt;compc&gt;</code>.</div>
+</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a> - package org.apache.flex.compiler.ant.types</dt>
+<dd>
+<div class="block">This package contains data types for various configuration options of the two
+Ant tasks <code>&lt;mxmlc&gt;</code> and <code>&lt;compc&gt;</code>.</div>
+</dd>
+</dl>
+<a name="_P_">
+<!--   -->
+</a>
+<h2 class="title">P</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#prepareCommandline()">prepareCommandline()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#prepareCommandline()">prepareCommandline()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">Called by execute after the set ConfigVariables in <code>vars</code> has
+ been added to the commandline.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#prepareCommandline()">prepareCommandline()</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_R_">
+<!--   -->
+</a>
+<h2 class="title">R</h2>
+<dl>
+<dt><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">RepeatableConfigString</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Extends RepeatableConfigVariable by overriding addToCommandline().</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html#RepeatableConfigString(org.apache.flex.compiler.ant.config.OptionSpec)">RepeatableConfigString(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/RepeatableConfigString.html" title="class in org.apache.flex.compiler.ant.config">RepeatableConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html" title="class in org.apache.flex.compiler.ant.config"><span class="strong">RepeatableConfigVariable</span></a> - Class in <a href="./org/apache/flex/compiler/ant/config/package-summary.html">org.apache.flex.compiler.ant.config</a></dt>
+<dd>
+<div class="block">Provides a base class for Configuration Variables that can take on multiple values.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html#RepeatableConfigVariable(org.apache.flex.compiler.ant.config.OptionSpec)">RepeatableConfigVariable(OptionSpec)</a></span> - Constructor for class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/RepeatableConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">RepeatableConfigVariable</a></dt>
+<dd>
+<div class="block">Creates a <code>RepeatableConfigVariable</code> instance with the specified <code>OpitonSpec</code>.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#RUNTIME_SHARED_LIBRARY_PATH">RUNTIME_SHARED_LIBRARY_PATH</a></span> - Static variable in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">RuntimeSharedLibraryPath</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Supports the nested &lt;runtime-shared-library-path&gt; tag.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html#RuntimeSharedLibraryPath()">RuntimeSharedLibraryPath()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html" title="class in org.apache.flex.compiler.ant.types">RuntimeSharedLibraryPath</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_S_">
+<!--   -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html#set(boolean)">set(boolean)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config">ConfigBoolean</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html#set(java.lang.String)">set(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigBoolean.html" title="class in org.apache.flex.compiler.ant.config">ConfigBoolean</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html#set(int)">set(int)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config">ConfigInt</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigInt.html#set(java.lang.String)">set(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigInt.html" title="class in org.apache.flex.compiler.ant.config">ConfigInt</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigString.html#set(java.lang.String)">set(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config">ConfigString</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html#set(java.lang.String)">set(String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">ConfigVariable</a></dt>
+<dd>
+<div class="block">Set the value of this <code>ConfigVariable</code></div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#setAppend(boolean)">setAppend(boolean)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#setDate(java.lang.String)">setDate(String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#setDescription(java.lang.String)">setDescription(String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>
+<div class="block">Assign attribute value.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">Set the named attribute to the given value.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultScriptLimits.html" title="class in org.apache.flex.compiler.ant.types">DefaultScriptLimits</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Fonts.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Fonts.html" title="class in org.apache.flex.compiler.ant.types">Fonts</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/RuntimeSharedLibraryPath.html" title="class in org.apache.flex.compiler.ant.types">RuntimeSharedLibraryPath</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/URLElement.html#setDynamicAttribute(java.lang.String,%20java.lang.String)">setDynamicAttribute(String, String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/URLElement.html" title="class in org.apache.flex.compiler.ant.types">URLElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#setFile(java.lang.String)">setFile(String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/FlexTask.html#setFork(boolean)">setFork(boolean)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/FlexTask.html" title="class in org.apache.flex.compiler.ant">FlexTask</a></dt>
+<dd>
+<div class="block">Sets whether to run the task in a separate VM.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultSize.html#setHeight(int)">setHeight(int)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultSize.html" title="class in org.apache.flex.compiler.ant.types">DefaultSize</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/COMPCTask.html#setOutput(java.io.File)">setOutput(File)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/COMPCTask.html" title="class in org.apache.flex.compiler.ant">COMPCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#setOutput(java.io.File)">setOutput(File)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/MXMLCTask.html#setOutput(java.lang.String)">setOutput(String)</a></span> - Method in class org.apache.flex.compiler.ant.<a href="./org/apache/flex/compiler/ant/MXMLCTask.html" title="class in org.apache.flex.compiler.ant">MXMLCTask</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/Metadata.html#setTitle(java.lang.String)">setTitle(String)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/Metadata.html" title="class in org.apache.flex.compiler.ant.types">Metadata</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/DefaultSize.html#setWidth(int)">setWidth(int)</a></span> - Method in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/DefaultSize.html" title="class in org.apache.flex.compiler.ant.types">DefaultSize</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html#spec">spec</a></span> - Variable in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/BaseConfigVariable.html" title="class in org.apache.flex.compiler.ant.config">BaseConfigVariable</a></dt>
+<dd>
+<div class="block">The <code>OptionSpec</code> describing the names that this <code>ConfigVariable</code> should match.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html#spec">spec</a></span> - Variable in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/NestedAttributeElement.html" title="class in org.apache.flex.compiler.ant.config">NestedAttributeElement</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html#spec">spec</a></span> - Variable in class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/FlexFileSet.html" title="class in org.apache.flex.compiler.ant.types">FlexFileSet</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_U_">
+<!--   -->
+</a>
+<h2 class="title">U</h2>
+<dl>
+<dt><a href="./org/apache/flex/compiler/ant/types/URLElement.html" title="class in org.apache.flex.compiler.ant.types"><span class="strong">URLElement</span></a> - Class in <a href="./org/apache/flex/compiler/ant/types/package-summary.html">org.apache.flex.compiler.ant.types</a></dt>
+<dd>
+<div class="block">Supports the nested URL based tags of RuntimeSharedLibraryPath.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/types/URLElement.html#URLElement()">URLElement()</a></span> - Constructor for class org.apache.flex.compiler.ant.types.<a href="./org/apache/flex/compiler/ant/types/URLElement.html" title="class in org.apache.flex.compiler.ant.types">URLElement</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_V_">
+<!--   -->
+</a>
+<h2 class="title">V</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/flex/compiler/ant/config/ConfigString.html#value()">value()</a></span> - Method in class org.apache.flex.compiler.ant.config.<a href="./org/apache/flex/compiler/ant/config/ConfigString.html" title="class in org.apache.flex.compiler.ant.config">ConfigString</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="./overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="./overview-tree.html">Tree</a></li>
+<li><a href="./deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="./help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="./allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

Added: flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index.html
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index.html?rev=1762468&view=auto
==============================================================================
--- flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index.html (added)
+++ flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/index.html Tue Sep 27 12:34:46 2016
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc on Tue Sep 27 14:33:52 CEST 2016 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Flex - FlexJS: FlexJS Ant Tasks 0.8.0-SNAPSHOT API</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+</frameset>
+<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>

Added: flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/javadoc.sh
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/javadoc.sh?rev=1762468&view=auto
==============================================================================
--- flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/javadoc.sh (added)
+++ flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/javadoc.sh Tue Sep 27 12:34:46 2016
@@ -0,0 +1 @@
+/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/../bin/javadoc @options @packages
\ No newline at end of file

Added: flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/options
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/options?rev=1762468&view=auto
==============================================================================
--- flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/options (added)
+++ flex/site/trunk/content/maven/flexjs/latest-dev-2/flexjs-ant-tasks/apidocs/options Tue Sep 27 12:34:46 2016
@@ -0,0 +1,34 @@
+-classpath
+'/Users/christoferdutz/Maven-Repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar:/Users/christoferdutz/Maven-Repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar'
+-encoding
+'UTF-8'
+-protected
+-sourcepath
+'/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/flexjs-ant-tasks/src/main/java:/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/flexjs-ant-tasks/target/generated-sources/annotations'
+-author
+-bottom
+'Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.'
+-charset
+'UTF-8'
+-d
+'/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/flexjs-ant-tasks/target/site/apidocs'
+-docencoding
+'UTF-8'
+-doctitle
+'Apache Flex - FlexJS: FlexJS Ant Tasks 0.8.0-SNAPSHOT API'
+-linkoffline
+'http://docs.oracle.com/javase/6/docs/api' '/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/flexjs-ant-tasks/target/javadoc-bundle-options'
+-tag
+"goal:a:Goal:"
+-tag
+"phase:a:Phase:"
+-tag
+"threadSafe:a:Thread Safe:"
+-tag
+"requiresDependencyResolution:a:Requires Dependency Resolution:"
+-tag
+"requiresProject:a:Requires Project:"
+-use
+-version
+-windowtitle
+'Apache Flex - FlexJS: FlexJS Ant Tasks 0.8.0-SNAPSHOT API'
\ No newline at end of file