public class Namespace extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Namespace.KeyBuilder | 
| Constructor and Description | 
|---|
| Namespace() | 
| Namespace(String id,
         Repository repository) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getName() | 
| Repository | getRepository() | 
| int | hashCode() | 
| void | setName(String name) | 
| void | setRepository(Repository repository) | 
| String | toString() | 
public Namespace()
public Namespace(String id, Repository repository)
public Repository getRepository()
public void setRepository(Repository repository)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.