Interface FilesetArchetypeGenerator
-
- All Known Implementing Classes:
DefaultFilesetArchetypeGenerator
public interface FilesetArchetypeGenerator
Generate a Maven project from an archetype.- Version:
- $Id: OldArchetype.java 953452 2010-06-10 20:56:32Z hboutemy $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generateArchetype(ArchetypeGenerationRequest request, java.io.File archetypeFile)
Generate a project from an archetype file.
-
-
-
Method Detail
-
generateArchetype
void generateArchetype(ArchetypeGenerationRequest request, java.io.File archetypeFile) throws UnknownArchetype, ArchetypeNotConfigured, ProjectDirectoryExists, PomFileExists, OutputFileExists, ArchetypeGenerationFailure, InvalidPackaging
Generate a project from an archetype file.
-
-