Uses of Interface
org.apache.maven.archetype.common.ArchetypeArtifactManager
-
Packages that use ArchetypeArtifactManager Package Description org.apache.maven.archetype.common org.apache.maven.archetype.generator org.apache.maven.archetype.mojos org.apache.maven.archetype.old org.apache.maven.archetype.repositorycrawler org.apache.maven.archetype.ui.generation User Interaction for project creation from an archetype. -
-
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.common
Classes in org.apache.maven.archetype.common that implement ArchetypeArtifactManager Modifier and Type Class Description class
DefaultArchetypeArtifactManager
-
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.generator
Fields in org.apache.maven.archetype.generator declared as ArchetypeArtifactManager Modifier and Type Field Description private ArchetypeArtifactManager
DefaultArchetypeGenerator. archetypeArtifactManager
private ArchetypeArtifactManager
DefaultFilesetArchetypeGenerator. archetypeArtifactManager
-
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.mojos
Fields in org.apache.maven.archetype.mojos declared as ArchetypeArtifactManager Modifier and Type Field Description private ArchetypeArtifactManager
JarMojo. archetypeArtifactManager
The archetype artifact manager component. -
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.old
Fields in org.apache.maven.archetype.old declared as ArchetypeArtifactManager Modifier and Type Field Description private ArchetypeArtifactManager
DefaultOldArchetype. archetypeArtifactManager
-
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.repositorycrawler
Fields in org.apache.maven.archetype.repositorycrawler declared as ArchetypeArtifactManager Modifier and Type Field Description private ArchetypeArtifactManager
DefaultRepositoryCrawler. archetypeArtifactManager
-
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.ui.generation
Fields in org.apache.maven.archetype.ui.generation declared as ArchetypeArtifactManager Modifier and Type Field Description private ArchetypeArtifactManager
DefaultArchetypeGenerationConfigurator. archetypeArtifactManager
Methods in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeArtifactManager Modifier and Type Method Description void
DefaultArchetypeGenerationConfigurator. setArchetypeArtifactManager(ArchetypeArtifactManager archetypeArtifactManager)
-