Uses of Class
org.apache.maven.archetype.model.ArchetypeModel
Packages that use ArchetypeModel
-
Uses of ArchetypeModel in org.apache.maven.archetype.model.io.xpp3
Methods in org.apache.maven.archetype.model.io.xpp3 that return ArchetypeModelModifier and TypeMethodDescriptionArchetypeXpp3Reader.read(InputStream in) Method read.ArchetypeXpp3Reader.read(InputStream in, boolean strict) Method read.ArchetypeXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.archetype.model.io.xpp3 with parameters of type ArchetypeModelModifier and TypeMethodDescriptionvoidArchetypeXpp3Writer.write(OutputStream stream, ArchetypeModel archetypeModel) Method write.voidArchetypeXpp3Writer.write(Writer writer, ArchetypeModel archetypeModel) Method write.