Package | Description |
---|---|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
org.apache.flex.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.flex.compiler.config package. |
org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IMXMLNamespaceMapping[] |
FlexProject.getNamespaceMappings()
Gets the mappings from MXML namespace URI to manifest files, as specified
by -namespace options.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexProject.setNamespaceMappings(List<? extends IMXMLNamespaceMapping> namespaceMappings)
Sets the mappings from MXML namespace URI to manifest files, as specified
by -namespace options.
|
Modifier and Type | Method and Description |
---|---|
IMXMLNamespaceMapping[] |
IFlexProject.getNamespaceMappings()
Get all the namespace mappings.
|
Modifier and Type | Method and Description |
---|---|
void |
IFlexProject.setNamespaceMappings(List<? extends IMXMLNamespaceMapping> namespaceMappings)
Sets the mappings from MXML namespace URI to manifest files, as specified
by -namespace options.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.