Package sonia.scm.repository
Interface NamespaceManager
public interface NamespaceManager
Manages namespaces. Mind that namespaces do not have a lifecycle on their own, but only do exist through
repositories. Therefore you cannot create or delete namespaces, but just change related settings like permissions
associated with them.
- Since:
- 2.6.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Returns aCollection
of all namespaces.void
Modifies the given namespace.
-
Method Details
-
get
-
getAll
Collection<Namespace> getAll()Returns aCollection
of all namespaces. -
modify
Modifies the given namespace.
-