Uses of Class
org.apache.maven.archetype.ui.ArchetypeConfiguration
Packages that use ArchetypeConfiguration
Package
Description
User Interaction tooling for command-line use.
User Interaction for archetype creation from a project.
User Interaction for project creation from an archetype.
-
Uses of ArchetypeConfiguration in org.apache.maven.archetype.ui
Methods in org.apache.maven.archetype.ui that return ArchetypeConfigurationModifier and TypeMethodDescriptionArchetypeFactory.createArchetypeConfiguration
(ArchetypeDescriptor archetypeDescriptor, Properties properties) ArchetypeFactory.createArchetypeConfiguration
(ArchetypeDescriptor archetypeDescriptor, Properties properties) ArchetypeFactory.createArchetypeConfiguration
(org.apache.maven.project.MavenProject project, ArchetypeDefinition archetypeDefinition, Properties properties) DefaultArchetypeFactory.createArchetypeConfiguration
(ArchetypeDescriptor archetypeDescriptor, Properties properties) DefaultArchetypeFactory.createArchetypeConfiguration
(ArchetypeDescriptor archetypeDescriptor, Properties properties) DefaultArchetypeFactory.createArchetypeConfiguration
(org.apache.maven.project.MavenProject project, ArchetypeDefinition archetypeDefinition, Properties properties) Methods in org.apache.maven.archetype.ui with parameters of type ArchetypeConfigurationModifier and TypeMethodDescriptionvoid
ArchetypeFactory.updateArchetypeConfiguration
(ArchetypeConfiguration archetypeConfiguration, ArchetypeDefinition archetypeDefinition) void
DefaultArchetypeFactory.updateArchetypeConfiguration
(ArchetypeConfiguration archetypeConfiguration, ArchetypeDefinition archetypeDefinition) -
Uses of ArchetypeConfiguration in org.apache.maven.archetype.ui.creation
Methods in org.apache.maven.archetype.ui.creation with parameters of type ArchetypeConfigurationModifier and TypeMethodDescriptionboolean
ArchetypeCreationQueryer.confirmConfiguration
(ArchetypeConfiguration archetypeConfiguration) boolean
DefaultArchetypeCreationQueryer.confirmConfiguration
(ArchetypeConfiguration archetypeConfiguration) -
Uses of ArchetypeConfiguration in org.apache.maven.archetype.ui.generation
Methods in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeConfigurationModifier and TypeMethodDescriptionboolean
ArchetypeGenerationQueryer.confirmConfiguration
(ArchetypeConfiguration archetypeConfiguration) boolean
DefaultArchetypeGenerationQueryer.confirmConfiguration
(ArchetypeConfiguration archetypeConfiguration) Constructors in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeConfigurationModifierConstructorDescriptionRequiredPropertyComparator
(ArchetypeConfiguration archetypeConfiguration)