Package org.trellisldp.api
Interface NamespaceService
-
- All Known Implementing Classes:
DBNamespaceService
,FileNamespaceService
,NoopNamespaceService
,SimpleNamespaceService
public interface NamespaceService
Namespaces may be stored globally across the server, and the NamespaceService provides a mechanism for retrieving and setting namespace values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getNamespaces()
Fetch the entire namespace mapping.boolean
setPrefix(String prefix, String namespace)
Set the namespace for a given prefix.
-