| Package | Description |
|---|---|
| org.apache.royale.compiler.config | |
| org.apache.royale.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.royale.compiler.config package. |
| org.apache.royale.compiler.internal.mxml |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurator.addNamespaceMappings(Collection<IMXMLNamespaceMapping> namespaceMappings) |
void |
Configurator.setNamespaceMappings(List<? extends IMXMLNamespaceMapping> namespaceMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
ICompilerSettings.addNamespaceMappings(Collection<IMXMLNamespaceMapping> namespaceMappings)
Adds to the existing list of namespace mappings.
|
void |
IWriteOnlyProjectSettings.setNamespaceMappings(List<? extends IMXMLNamespaceMapping> namespaceMappings)
Sets the mappings from MXML namespace URI to manifest files, as specified
by -namespace options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MXMLNamespaceMapping
This class stores a MXML-namespace-URI-to-manifest-file mapping.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.