Interface Mapping
-
- All Known Implementing Classes:
GroovyMapping,MappingSupport,XmlMapping
public interface MappingProvides a mapping to polyglot specific models.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.util.Map<java.lang.String,?> options)floatgetPriority()org.apache.maven.model.io.ModelReadergetReader()org.apache.maven.model.io.ModelWritergetWriter()java.io.FilelocatePom(java.io.File dir)
-