public class NamespaceConfiguration extends Object
| Constructor and Description |
|---|
NamespaceConfiguration() |
NamespaceConfiguration(String uri,
File manifest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
File |
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(File manifest) |
void |
setUri(String uri) |
public String getUri()
public void setUri(String uri)
public File getManifest()
public void setManifest(File manifest)
Copyright © 2002–2021 CoreMedia AG. All rights reserved.