Uses of Class
org.apache.maven.archetype.metadata.ArchetypeDescriptor
Packages that use ArchetypeDescriptor
-
Uses of ArchetypeDescriptor in org.apache.maven.archetype.metadata.io.xpp3
Methods in org.apache.maven.archetype.metadata.io.xpp3 that return ArchetypeDescriptorModifier and TypeMethodDescriptionArchetypeDescriptorXpp3Reader.read(InputStream in) Method read.ArchetypeDescriptorXpp3Reader.read(InputStream in, boolean strict) Method read.ArchetypeDescriptorXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.archetype.metadata.io.xpp3 with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionvoidArchetypeDescriptorXpp3Writer.write(OutputStream stream, ArchetypeDescriptor archetypeDescriptor) Method write.voidArchetypeDescriptorXpp3Writer.write(Writer writer, ArchetypeDescriptor archetypeDescriptor) Method write.