Class XmlMapping
- java.lang.Object
-
- org.sonatype.maven.polyglot.mapping.MappingSupport
-
- org.sonatype.maven.polyglot.mapping.XmlMapping
-
- All Implemented Interfaces:
Mapping
@Component(role=Mapping.class, hint="xml") public class XmlMapping extends MappingSupport
Xml model mapping.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description XmlMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Map<String,?> options)
-
Methods inherited from class org.sonatype.maven.polyglot.mapping.MappingSupport
getAcceptLocationExtensions, getAcceptOptionKeys, getFlavour, getLocation, getPomNames, getPriority, getReader, getWriter, locatePom, setAcceptLocationExtensions, setAcceptOptionKeys, setPomNames, setPriority
-
-