Package dev.nokee.commons.names
Interface OtherName
- All Superinterfaces:
Comparable<Name>,ElementName,FullyQualifiedName,Name,Qualifiable,QualifiedName,Qualifier,QualifyingName
Represents an element name that is also a qualifying name, e.g. source set name or binary name.
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.nokee.commons.names.Qualifier
Qualifier.Visitor -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTo(dev.nokee.commons.names.NameBuilder builder) qualifiedBy(Qualifier qualifier) Creates a new qualified name for the specified qualifier.Methods inherited from interface dev.nokee.commons.names.FullyQualifiedName
relativeTo, toStringMethods inherited from interface dev.nokee.commons.names.QualifiedName
with
-
Method Details
-
qualifiedBy
Creates a new qualified name for the specified qualifier.- Specified by:
qualifiedByin interfaceElementName- Specified by:
qualifiedByin interfaceQualifiable- Parameters:
qualifier- the qualifier for this name, must not be null- Returns:
- a new
QualifiedNamerepresenting the qualifying of this name
-
appendTo
void appendTo(dev.nokee.commons.names.NameBuilder builder)
-