Class AtomMapping

  • All Implemented Interfaces:
    org.sonatype.maven.polyglot.mapping.Mapping

    @Component(role=org.sonatype.maven.polyglot.mapping.Mapping.class,
               hint="atom")
    public class AtomMapping
    extends org.sonatype.maven.polyglot.mapping.MappingSupport
    Atom compact grammar model mapping.
    • Field Summary

      • Fields inherited from interface org.sonatype.maven.polyglot.mapping.Mapping

        ARTIFACT_ID_PROPERTY, DESCRIPTION_PROPERTY, GROUP_ID_PROPERTY, NAME_PROPERTY, PACKAGING_PROPERTY, PROPERTY_PREFIX, URL_PROPERTY, VERSION_PROPERTY
    • Constructor Summary

      Constructors 
      Constructor Description
      AtomMapping()  
    • Method Summary

      • Methods inherited from class org.sonatype.maven.polyglot.mapping.MappingSupport

        accept, getAcceptLocationExtensions, getAcceptOptionKeys, getFlavour, getLocation, getPomNames, getPriority, getReader, getWriter, locatePom, setAcceptLocationExtensions, setAcceptOptionKeys, setPomNames, setPriority
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.sonatype.maven.polyglot.mapping.Mapping

        getEnhancementProperties
    • Constructor Detail

      • AtomMapping

        public AtomMapping()