Package sonia.scm.repository
Class NamespaceAndName
java.lang.Object
sonia.scm.repository.NamespaceAndName
- All Implemented Interfaces:
Comparable<NamespaceAndName>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
static NamespaceAndName
fromString
(String namespaceAndName) getName()
int
hashCode()
toString()
-
Constructor Details
-
NamespaceAndName
-
-
Method Details
-
fromString
- Since:
- 2.38.0
-
getNamespace
-
getName
-
logString
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<NamespaceAndName>
-