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.Fields in org.projectnessie.model declared as Namespace Modifier and Type Field Description static NamespaceNamespace. EMPTYMethods in org.projectnessie.model that return Namespace Modifier and Type Method Description NamespaceContentKey. getNamespace()Returns the namespace that is always consisting of the first N-1 elements fromContentKey.getElements().static NamespaceNamespace. of(String... elements)Builds aNamespaceinstance for the given elements.static NamespaceNamespace. of(List<String> elements)Builds aNamespaceinstance for the given elements.static NamespaceNamespace. parse(String identifier)Builds aNamespaceinstance for the given elements 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.static ContentKeyContentKey. of(Namespace namespace, String name)
-