Uses of Class
org.apache.maven.archetype.ArchetypeCreationResult
-
Packages that use ArchetypeCreationResult Package Description org.apache.maven.archetype org.apache.maven.archetype.creator -
-
Uses of ArchetypeCreationResult in org.apache.maven.archetype
Methods in org.apache.maven.archetype that return ArchetypeCreationResult Modifier and Type Method Description ArchetypeCreationResultArchetypeManager. createArchetypeFromProject(ArchetypeCreationRequest request)A command to create an archetype from an existing Maven project given the supplied creation request.ArchetypeCreationResultDefaultArchetypeManager. createArchetypeFromProject(ArchetypeCreationRequest request) -
Uses of ArchetypeCreationResult in org.apache.maven.archetype.creator
Methods in org.apache.maven.archetype.creator with parameters of type ArchetypeCreationResult Modifier and Type Method Description voidArchetypeCreator. createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)voidFilesetArchetypeCreator. createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
-