| <!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 16:26:20 CEST 2016 --> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>MxmlConfiguration (Apache Flex - FlexJS: Compiler: OEM Layer 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="MxmlConfiguration (Apache Flex - FlexJS: Compiler: OEM Layer 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><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/MxmlConfiguration.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../index-all.html">Index</a></li> |
| <li><a href="../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev Class</li> |
| <li>Next Class</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../index.html?flex2/compiler/mxml/MxmlConfiguration.html" target="_top">Frames</a></li> |
| <li><a href="MxmlConfiguration.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> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip-navbar_top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| <div class="subTitle">flex2.compiler.mxml</div> |
| <h2 title="Interface MxmlConfiguration" class="title">Interface MxmlConfiguration</h2> |
| </div> |
| <div class="contentContainer"> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <dl> |
| <dt>All Known Implementing Classes:</dt> |
| <dd><a href="../../../flex2/compiler/common/CompilerConfiguration.html" title="class in flex2.compiler.common">CompilerConfiguration</a></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public interface <span class="strong">MxmlConfiguration</span></pre> |
| <div class="block">This interface is used to restrict consumers of |
| CompilerConfiguration to mxml compiler specific options.</div> |
| <dl><dt><span class="strong">Author:</span></dt> |
| <dd>Clement Wong</dd></dl> |
| </li> |
| </ul> |
| </div> |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ========== METHOD SUMMARY =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_summary"> |
| <!-- --> |
| </a> |
| <h3>Method Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
| <caption><span>Methods</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Method and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#accessible()">accessible</a></strong>()</code> |
| <div class="block">Generate accessible SWFs.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#debug()">debug</a></strong>()</code> |
| <div class="block">Generate SWFs for debugging.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#enableRuntimeDesignLayers()">enableRuntimeDesignLayers</a></strong>()</code> |
| <div class="block">Enable runtime DesignLayer support.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#enableSwcVersionFiltering()">enableSwcVersionFiltering</a></strong>()</code> |
| <div class="block">Enable swc version filtering (filer out swcs with |
| minimumSupportedVersion > compatibility-version)</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getAllowDuplicateDefaultStyleDeclarations()">getAllowDuplicateDefaultStyleDeclarations</a></strong>()</code> |
| <div class="block">Allow a style manager to have the same style declarations as |
| their parent.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getCompatibilityVersion()">getCompatibilityVersion</a></strong>()</code> |
| <div class="block">The compatibility version as a uint.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getCompatibilityVersionString()">getCompatibilityVersionString</a></strong>()</code> |
| <div class="block">The compatibility version as a String.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getCompilingForAIR()">getCompilingForAIR</a></strong>()</code> |
| <div class="block">True if we are compiling against airglobal.swc.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getContextRoot()">getContextRoot</a></strong>()</code> |
| <div class="block">Context path used to resolve {context.root} tokens in flex-enterprise-services.xml config file</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getDefaultsCssFiles()">getDefaultsCssFiles</a></strong>()</code> |
| <div class="block">Location of SWC defaults.css stylesheets.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getDefaultsCssUrl()">getDefaultsCssUrl</a></strong>()</code> |
| <div class="block">Location of defaults.css stylesheet.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="../../../flex2/compiler/common/FontsConfiguration.html" title="class in flex2.compiler.common">FontsConfiguration</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getFontsConfiguration()">getFontsConfiguration</a></strong>()</code> |
| <div class="block">Provides settings for the Font Managers, their caches, and aliases for character |
| ranges to embed for font face.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getGenerateAbstractSyntaxTree()">getGenerateAbstractSyntaxTree</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getGeneratedDirectory()">getGeneratedDirectory</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>[]</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getLibraryPath()">getLibraryPath</a></strong>()</code> |
| <div class="block">Path locations of component libraries, including swcs, mxml, and as components.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getQualifiedTypeSelectors()">getQualifiedTypeSelectors</a></strong>()</code> |
| <div class="block">Determines whether CSS type selectors need to be qualified.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="../../../flex2/compiler/config/ServicesDependenciesWrapper.html" title="class in flex2.compiler.config">ServicesDependenciesWrapper</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getServicesDependencies()">getServicesDependencies</a></strong>()</code> |
| <div class="block">Compiler-specific representation of flex-enterprise-services.xml config file</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>[]</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getSourcePath()">getSourcePath</a></strong>()</code> |
| <div class="block">Path locations of source files.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getThemeCssFiles()">getThemeCssFiles</a></strong>()</code> |
| <div class="block">Location of theme stylesheets.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#getThemeNames()">getThemeNames</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#keepAllTypeSelectors()">keepAllTypeSelectors</a></strong>()</code> |
| <div class="block">Controls whether unused type selectors are processed.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#keepGeneratedActionScript()">keepGeneratedActionScript</a></strong>()</code> |
| <div class="block">Write xxx-generated.as to disk.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#reportInvalidStylesAsWarnings()">reportInvalidStylesAsWarnings</a></strong>()</code> |
| <div class="block">Controls whether invalid styles are report as errors or |
| warnings.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#reportMissingRequiredSkinPartsAsWarnings()">reportMissingRequiredSkinPartsAsWarnings</a></strong>()</code> |
| <div class="block">Whether a missing required skin part should be considered an error or |
| just be a warning.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#setFontsConfiguration(flex2.compiler.common.FontsConfiguration)">setFontsConfiguration</a></strong>(<a href="../../../flex2/compiler/common/FontsConfiguration.html" title="class in flex2.compiler.common">FontsConfiguration</a> fc)</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#showBindingWarnings()">showBindingWarnings</a></strong>()</code> |
| <div class="block">Controls whether warnings are displayed when a deprecated API is used.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#showDeprecationWarnings()">showDeprecationWarnings</a></strong>()</code> |
| <div class="block">Controls whether warnings are displayed when a deprecated API is used.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#showInvalidCssPropertyWarnings()">showInvalidCssPropertyWarnings</a></strong>()</code> |
| <div class="block">Controls whether warnings are displayed when styles, which |
| don't apply to the current theme(s), are used in CSS.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#showShadowedDeviceFontWarnings()">showShadowedDeviceFontWarnings</a></strong>()</code> |
| <div class="block">Controls whether warnings are displayed when an embedded font name |
| shadows a device font name.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../flex2/compiler/mxml/MxmlConfiguration.html#showUnusedTypeSelectorWarnings()">showUnusedTypeSelectorWarnings</a></strong>()</code> |
| <div class="block">Toggles whether warnings generated from unused type selectors are displayed.</div> |
| </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ============ METHOD DETAIL ========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_detail"> |
| <!-- --> |
| </a> |
| <h3>Method Detail</h3> |
| <a name="debug()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>boolean debug()</pre> |
| <div class="block">Generate SWFs for debugging.</div> |
| </li> |
| </ul> |
| <a name="accessible()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>accessible</h4> |
| <pre>boolean accessible()</pre> |
| <div class="block">Generate accessible SWFs.</div> |
| </li> |
| </ul> |
| <a name="keepGeneratedActionScript()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>keepGeneratedActionScript</h4> |
| <pre>boolean keepGeneratedActionScript()</pre> |
| <div class="block">Write xxx-generated.as to disk.</div> |
| </li> |
| </ul> |
| <a name="enableRuntimeDesignLayers()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>enableRuntimeDesignLayers</h4> |
| <pre>boolean enableRuntimeDesignLayers()</pre> |
| <div class="block">Enable runtime DesignLayer support.</div> |
| </li> |
| </ul> |
| <a name="enableSwcVersionFiltering()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>enableSwcVersionFiltering</h4> |
| <pre>boolean enableSwcVersionFiltering()</pre> |
| <div class="block">Enable swc version filtering (filer out swcs with |
| minimumSupportedVersion > compatibility-version)</div> |
| </li> |
| </ul> |
| <a name="keepAllTypeSelectors()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>keepAllTypeSelectors</h4> |
| <pre>boolean keepAllTypeSelectors()</pre> |
| <div class="block">Controls whether unused type selectors are processed.</div> |
| </li> |
| </ul> |
| <a name="getGeneratedDirectory()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getGeneratedDirectory</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getGeneratedDirectory()</pre> |
| </li> |
| </ul> |
| <a name="reportInvalidStylesAsWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>reportInvalidStylesAsWarnings</h4> |
| <pre>boolean reportInvalidStylesAsWarnings()</pre> |
| <div class="block">Controls whether invalid styles are report as errors or |
| warnings.</div> |
| </li> |
| </ul> |
| <a name="showDeprecationWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>showDeprecationWarnings</h4> |
| <pre>boolean showDeprecationWarnings()</pre> |
| <div class="block">Controls whether warnings are displayed when a deprecated API is used.</div> |
| </li> |
| </ul> |
| <a name="showBindingWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>showBindingWarnings</h4> |
| <pre>boolean showBindingWarnings()</pre> |
| <div class="block">Controls whether warnings are displayed when a deprecated API is used.</div> |
| </li> |
| </ul> |
| <a name="showInvalidCssPropertyWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>showInvalidCssPropertyWarnings</h4> |
| <pre>boolean showInvalidCssPropertyWarnings()</pre> |
| <div class="block">Controls whether warnings are displayed when styles, which |
| don't apply to the current theme(s), are used in CSS.</div> |
| </li> |
| </ul> |
| <a name="showShadowedDeviceFontWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>showShadowedDeviceFontWarnings</h4> |
| <pre>boolean showShadowedDeviceFontWarnings()</pre> |
| <div class="block">Controls whether warnings are displayed when an embedded font name |
| shadows a device font name.</div> |
| </li> |
| </ul> |
| <a name="showUnusedTypeSelectorWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>showUnusedTypeSelectorWarnings</h4> |
| <pre>boolean showUnusedTypeSelectorWarnings()</pre> |
| <div class="block">Toggles whether warnings generated from unused type selectors are displayed.</div> |
| </li> |
| </ul> |
| <a name="getContextRoot()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getContextRoot</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getContextRoot()</pre> |
| <div class="block">Context path used to resolve {context.root} tokens in flex-enterprise-services.xml config file</div> |
| </li> |
| </ul> |
| <a name="getServicesDependencies()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getServicesDependencies</h4> |
| <pre><a href="../../../flex2/compiler/config/ServicesDependenciesWrapper.html" title="class in flex2.compiler.config">ServicesDependenciesWrapper</a> getServicesDependencies()</pre> |
| <div class="block">Compiler-specific representation of flex-enterprise-services.xml config file</div> |
| </li> |
| </ul> |
| <a name="getCompatibilityVersionString()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getCompatibilityVersionString</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getCompatibilityVersionString()</pre> |
| <div class="block">The compatibility version as a String.</div> |
| </li> |
| </ul> |
| <a name="getCompatibilityVersion()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getCompatibilityVersion</h4> |
| <pre>int getCompatibilityVersion()</pre> |
| <div class="block">The compatibility version as a uint.</div> |
| </li> |
| </ul> |
| <a name="getQualifiedTypeSelectors()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getQualifiedTypeSelectors</h4> |
| <pre>boolean getQualifiedTypeSelectors()</pre> |
| <div class="block">Determines whether CSS type selectors need to be qualified.</div> |
| </li> |
| </ul> |
| <a name="getDefaultsCssUrl()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getDefaultsCssUrl</h4> |
| <pre><a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a> getDefaultsCssUrl()</pre> |
| <div class="block">Location of defaults.css stylesheet.</div> |
| </li> |
| </ul> |
| <a name="getDefaultsCssFiles()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getDefaultsCssFiles</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>> getDefaultsCssFiles()</pre> |
| <div class="block">Location of SWC defaults.css stylesheets.</div> |
| </li> |
| </ul> |
| <a name="getThemeCssFiles()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getThemeCssFiles</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>> getThemeCssFiles()</pre> |
| <div class="block">Location of theme stylesheets.</div> |
| </li> |
| </ul> |
| <a name="getSourcePath()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getSourcePath</h4> |
| <pre><a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>[] getSourcePath()</pre> |
| <div class="block">Path locations of source files.</div> |
| </li> |
| </ul> |
| <a name="getLibraryPath()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getLibraryPath</h4> |
| <pre><a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>[] getLibraryPath()</pre> |
| <div class="block">Path locations of component libraries, including swcs, mxml, and as components. |
| Note: all SWCs found in the lib-path are merged together and resolved via priority and version. |
| The order is ignored.</div> |
| </li> |
| </ul> |
| <a name="getCompilingForAIR()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getCompilingForAIR</h4> |
| <pre>boolean getCompilingForAIR()</pre> |
| <div class="block">True if we are compiling against airglobal.swc.</div> |
| </li> |
| </ul> |
| <a name="getFontsConfiguration()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getFontsConfiguration</h4> |
| <pre><a href="../../../flex2/compiler/common/FontsConfiguration.html" title="class in flex2.compiler.common">FontsConfiguration</a> getFontsConfiguration()</pre> |
| <div class="block">Provides settings for the Font Managers, their caches, and aliases for character |
| ranges to embed for font face.</div> |
| </li> |
| </ul> |
| <a name="setFontsConfiguration(flex2.compiler.common.FontsConfiguration)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>setFontsConfiguration</h4> |
| <pre>void setFontsConfiguration(<a href="../../../flex2/compiler/common/FontsConfiguration.html" title="class in flex2.compiler.common">FontsConfiguration</a> fc)</pre> |
| </li> |
| </ul> |
| <a name="getGenerateAbstractSyntaxTree()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getGenerateAbstractSyntaxTree</h4> |
| <pre>boolean getGenerateAbstractSyntaxTree()</pre> |
| </li> |
| </ul> |
| <a name="getThemeNames()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getThemeNames</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getThemeNames()</pre> |
| </li> |
| </ul> |
| <a name="getAllowDuplicateDefaultStyleDeclarations()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getAllowDuplicateDefaultStyleDeclarations</h4> |
| <pre>boolean getAllowDuplicateDefaultStyleDeclarations()</pre> |
| <div class="block">Allow a style manager to have the same style declarations as |
| their parent.</div> |
| </li> |
| </ul> |
| <a name="reportMissingRequiredSkinPartsAsWarnings()"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>reportMissingRequiredSkinPartsAsWarnings</h4> |
| <pre>boolean reportMissingRequiredSkinPartsAsWarnings()</pre> |
| <div class="block">Whether a missing required skin part should be considered an error or |
| just be a warning.</div> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| <!-- ========= END OF CLASS DATA ========= --> |
| <!-- ======= 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><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/MxmlConfiguration.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../index-all.html">Index</a></li> |
| <li><a href="../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev Class</li> |
| <li>Next Class</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../index.html?flex2/compiler/mxml/MxmlConfiguration.html" target="_top">Frames</a></li> |
| <li><a href="MxmlConfiguration.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> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip-navbar_bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> |
| </body> |
| </html> |