Package net.jangaroo.jooc.config
Class NamespaceConfiguration
- java.lang.Object
-
- net.jangaroo.jooc.config.NamespaceConfiguration
-
public class NamespaceConfiguration extends Object
A definition of a custom MXML component namespace.
-
-
Constructor Summary
Constructors Constructor Description NamespaceConfiguration()NamespaceConfiguration(String uri, File manifest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FilegetManifest()A manifest XML file that contains a component package definition for the given namespace.StringgetUri()The namespace URI to use for this component package definition.inthashCode()voidsetManifest(File manifest)voidsetUri(String uri)
-
-
-
Method Detail
-
getUri
public String getUri()
The namespace URI to use for this component package definition.
-
setUri
public void setUri(String uri)
-
getManifest
public File getManifest()
A manifest XML file that contains a component package definition for the given namespace.
-
setManifest
public void setManifest(File manifest)
-
-