public class NamespaceConfiguration extends Object
| Constructor and Description |
|---|
NamespaceConfiguration() |
NamespaceConfiguration(String uri,
String manifest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getManifest()
A manifest XML file that contains a component package definition
for the given namespace.
|
String |
getUri()
The namespace URI to use for this component package definition.
|
int |
hashCode() |
void |
setManifest(String manifest) |
void |
setUri(String uri) |
public String getUri()
public void setUri(String uri)
public String getManifest()
public void setManifest(String manifest)
Copyright © 2002–2015 CoreMedia AG. All rights reserved.