Interface GroupAndName
- All Superinterfaces:
Comparable<GroupAndName>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault StringasString()static GroupAndName.Builderbuilder()default intcompareTo(GroupAndName other) static GroupAndNamefromString(String groupAndName) group()name()default GroupNameVersionwithVersion(Version version)
-
Method Details
-
group
String group() -
name
String name() -
asString
-
fromString
-
compareTo
- Specified by:
compareToin interfaceComparable<GroupAndName>
-
withVersion
-
builder
-