Package dev.nokee.commons.names
Interface Qualifiable
- All Known Subinterfaces:
ElementName,OtherName
- All Known Implementing Classes:
ConfigurationName,TaskName
public interface Qualifiable
Represents a name that can be qualified with a
Qualifier.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionqualifiedBy(Qualifier qualifier) Creates a new qualified name for the specified qualifier.
-
Method Details
-
qualifiedBy
Creates a new qualified name for the specified qualifier.- Parameters:
qualifier- the qualifier for this name, must not be null- Returns:
- a new
QualifiedNamerepresenting the qualifying of this name
-