Uses of Interface
org.apache.maven.archetype.common.ArchetypeArtifactManager
Packages that use ArchetypeArtifactManager
Package
Description
-
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.common
Classes in org.apache.maven.archetype.common that implement ArchetypeArtifactManager -
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.generator
Constructors in org.apache.maven.archetype.generator with parameters of type ArchetypeArtifactManagerModifierConstructorDescriptionDefaultArchetypeGenerator
(ArchetypeArtifactManager archetypeArtifactManager, FilesetArchetypeGenerator filesetGenerator, OldArchetype oldArchetype, org.eclipse.aether.RepositorySystem repositorySystem) DefaultFilesetArchetypeGenerator
(ArchetypeArtifactManager archetypeArtifactManager, ArchetypeFilesResolver archetypeFilesResolver, PomManager pomManager, org.codehaus.plexus.velocity.VelocityComponent velocity) -
Uses of ArchetypeArtifactManager in org.apache.maven.archetype.old
Constructors in org.apache.maven.archetype.old with parameters of type ArchetypeArtifactManagerModifierConstructorDescriptionDefaultOldArchetype
(org.codehaus.plexus.velocity.VelocityComponent velocity, ArchetypeArtifactManager archetypeArtifactManager)