@Experimental public class SimpleMemoryNamespaceStore extends Object implements NamespaceStoreInterface
Constructor and Description |
---|
SimpleMemoryNamespaceStore() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getNamespace(String prefix) |
void |
init() |
Iterator<SimpleNamespace> |
iterator() |
void |
removeNamespace(String prefix) |
void |
setNamespace(String prefix,
String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public String getNamespace(String prefix)
getNamespace
in interface NamespaceStoreInterface
public void setNamespace(String prefix, String name)
setNamespace
in interface NamespaceStoreInterface
public void removeNamespace(String prefix)
removeNamespace
in interface NamespaceStoreInterface
public Iterator<SimpleNamespace> iterator()
iterator
in interface Iterable<SimpleNamespace>
public void clear()
clear
in interface NamespaceStoreInterface
public void init()
init
in interface NamespaceStoreInterface
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.