org.sonatype.maven.polyglot.mapping
Class XmlMapping

java.lang.Object
  extended by org.sonatype.maven.polyglot.mapping.MappingSupport
      extended by 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
XmlMapping()
           
 
Method Summary
 
Methods inherited from class org.sonatype.maven.polyglot.mapping.MappingSupport
accept, getAcceptLocationExtensions, getAcceptOptionKeys, 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
 

Constructor Detail

XmlMapping

public XmlMapping()