| Package | Description |
|---|---|
| org.sonatype.maven.polyglot | |
| org.sonatype.maven.polyglot.atom | |
| org.sonatype.maven.polyglot.mapping | |
| org.sonatype.maven.polyglot.xml | |
| org.sonatype.maven.polyglot.yaml |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Mapping> |
PolyglotModelManager.mappings |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mapping> |
PolyglotModelManager.getSortedMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolyglotModelManager.addMapping(Mapping mapping) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomMapping
Atom compact grammar model mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingSupport
Support for
Mapping implementations. |
class |
XmlMapping
Xml model mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLMapping
XML model mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YamlMapping
YAML model mapping.
|