Interface NamespaceStoreInterface
-
- All Superinterfaces:
Iterable<SimpleNamespace>
- All Known Implementing Classes:
SimpleMemoryNamespaceStore
@Experimental public interface NamespaceStoreInterface extends Iterable<SimpleNamespace>
- Author:
- Håvard Mikkelsen Ottestad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
String
getNamespace(String prefix)
void
init()
void
removeNamespace(String prefix)
void
setNamespace(String prefix, String namespace)
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-