Uses of Class
org.projectnessie.model.Namespace
-
Packages that use Namespace Package Description org.projectnessie.model -
-
Uses of Namespace in org.projectnessie.model
Subclasses of Namespace in org.projectnessie.model Modifier and Type Class Description classImmutableNamespaceImmutable implementation ofNamespace.Methods in org.projectnessie.model that return Namespace Modifier and Type Method Description NamespaceContentsKey. getNamespace()Returns the namespace that is always consisting of the first N-1 elements fromContentsKey.getElements().NamespaceImmutableContentsKey. getNamespace()Returns the namespace that is always consisting of the first N-1 elements fromContentsKey.getElements().static NamespaceNamespace. of(String... elements)Builds aNamespaceinstance out of the first N-1 elements.static NamespaceNamespace. of(List<String> elements)Builds aNamespaceinstance out of the first N-1 elements.static NamespaceNamespace. parse(String identifier)Builds aNamespaceinstance out of the first N-1 elements when those are split by the . (dot) character.Methods in org.projectnessie.model with parameters of type Namespace Modifier and Type Method Description static ImmutableNamespaceImmutableNamespace. copyOf(Namespace instance)Creates an immutable copy of aNamespacevalue.ImmutableNamespace.BuilderImmutableNamespace.Builder. from(Namespace instance)Fill a builder with attribute values from the providedNamespaceinstance.
-