Package org.nuxeo.lib.stream.log
Class Name
java.lang.Object
org.nuxeo.lib.stream.log.Name
An identifier composed of a namespace and a specific name with 2 string representations:
- an uniform resource name (urn) represented as a relative path:
- an identifier (id): encode the urn as
When there is no namespace, URN and id are identical.
- an uniform resource name (urn) represented as a relative path:
namespace/name
- an identifier (id): encode the urn as
namespace-name
When there is no namespace, URN and id are identical.
- Since:
- 11.1
-
Field Summary
-
Method Summary
-
Field Details
-
NAMESPACE_GLOBAL
- See Also:
-
NAMESPACE_URN_SEP
- See Also:
-
NAMESPACE_ID_SEP
- See Also:
-
VALID_NAMESPACE_PATTERN
-
VALID_LOG_NAME_PATTERN
-
VALID_LOG_NAME_WITHOUT_NS_PATTERN
-
namespace
-
name
-
id
-
urn
-
-
Method Details