Class ArchetypeDescriptorBuilder
- java.lang.Object
-
- org.apache.maven.archetype.old.descriptor.ArchetypeDescriptorBuilder
-
public class ArchetypeDescriptorBuilder extends java.lang.Object- Version:
- $Id$
- Author:
- Jason van Zyl
-
-
Constructor Summary
Constructors Constructor Description ArchetypeDescriptorBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchetypeDescriptorbuild(java.io.Reader reader)
-
-
-
Method Detail
-
build
public ArchetypeDescriptor build(java.io.Reader reader) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Throws:
java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserException
-
-