Interface OtherName

All Superinterfaces:
Comparable<Name>, ElementName, FullyQualifiedName, Name, Qualifiable, QualifiedName, Qualifier, QualifyingName

public interface OtherName extends ElementName, QualifyingName
Represents an element name that is also a qualifying name, e.g. source set name or binary name.
  • Method Details

    • qualifiedBy

      QualifyingName qualifiedBy(Qualifier qualifier)
      Creates a new qualified name for the specified qualifier.
      Specified by:
      qualifiedBy in interface ElementName
      Specified by:
      qualifiedBy in interface Qualifiable
      Parameters:
      qualifier - the qualifier for this name, must not be null
      Returns:
      a new QualifiedName representing the qualifying of this name
    • appendTo

      void appendTo(dev.nokee.commons.names.NameBuilder builder)