Interface ArtifactTypeDefinition

    • Method Detail

      • getFileNameExtensions

        Set<String> getFileNameExtensions()
        Returns the set of file name extensions that should be mapped to this artifact type. Defaults to the name of this type.
      • getAttributes

        AttributeContainer getAttributes()
        Defines the set of attributes to apply to a component that is packaged as an artifact of this type, when no other attributes are defined. For example, these attributes are applied when a Maven module contains an artifact with one of the extensions listed in getFileNameExtensions().
        Specified by:
        getAttributes in interface HasAttributes