Interface ArchetypeCreator
-
- All Known Implementing Classes:
FilesetArchetypeCreator
public interface ArchetypeCreator
Create an archetype from a project.
-
-
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
createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
-
-
-
Method Detail
-
createArchetype
void createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
-
-