Uses of Interface
org.sonatype.maven.polyglot.mapping.Mapping
-
Packages that use Mapping Package Description org.sonatype.maven.polyglot org.sonatype.maven.polyglot.mapping -
-
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. mappingsMethods 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 voidPolyglotModelManager. addMapping(Mapping 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 classMappingSupportSupport forMappingimplementations.classXmlMappingXml model mapping.
-