public interface Namespaced
NamespacedKey
for single elements
or NamespacedTag
for a collection of elements
Namespaces may only contain lowercase alphanumeric characters, periods,
underscores, and hyphens.
Keys may only contain lowercase alphanumeric characters, periods, underscores, hyphens, and forward slashes.
You should not be implementing this interface yourself, use NamespacedKey
or NamespacedTag
as needed instead.
Modifier and Type | Method and Description |
---|---|
@NotNull String |
getKey()
Gets the key corresponding to this resource
|
@NotNull String |
getNamespace()
Gets the namespace this resource is a part of
|
Copyright © 2021. All rights reserved.