Uses of Interface
org.sonatype.maven.polyglot.mapping.Mapping
-
Packages that use Mapping Package Description org.sonatype.maven.polyglot org.sonatype.maven.polyglot.atom org.sonatype.maven.polyglot.mapping org.sonatype.maven.polyglot.xml -
-
Uses of Mapping in org.sonatype.maven.polyglot
Fields in org.sonatype.maven.polyglot with type parameters of type Mapping Modifier and Type Field Description protected java.util.List<Mapping>
PolyglotModelManager. mappings
Methods in org.sonatype.maven.polyglot that return types with arguments of type Mapping Modifier and Type Method Description java.util.List<Mapping>
PolyglotModelManager. getSortedMappings()
Methods in org.sonatype.maven.polyglot with parameters of type Mapping Modifier and Type Method Description void
PolyglotModelManager. addMapping(Mapping mapping)
-
Uses of Mapping in org.sonatype.maven.polyglot.atom
Classes in org.sonatype.maven.polyglot.atom that implement Mapping Modifier and Type Class Description class
AtomMapping
Atom compact grammar model mapping. -
Uses of Mapping in org.sonatype.maven.polyglot.mapping
Classes in org.sonatype.maven.polyglot.mapping that implement Mapping Modifier and Type Class Description class
MappingSupport
Support forMapping
implementations.class
XmlMapping
Xml model mapping. -
Uses of Mapping in org.sonatype.maven.polyglot.xml
Classes in org.sonatype.maven.polyglot.xml that implement Mapping Modifier and Type Class Description class
XMLMapping
XML model mapping.
-