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) private ArchetypeConfiguration
DefaultArchetypeFactory.createArchetypeConfiguration
(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 TypeMethodDescriptionprivate void
DefaultArchetypeFactory.addOldRequiredProperty
(ArchetypeConfiguration configuration, Properties properties, String key, String defaultValue, boolean initPropertyWithDefault) private void
DefaultArchetypeFactory.addRequiredProperty
(ArchetypeConfiguration configuration, Properties properties, String key, String defaultValue) private void
DefaultArchetypeFactory.addRequiredProperty
(ArchetypeConfiguration configuration, Properties properties, String key, String defaultValue, boolean initPropertyWithDefault) private void
DefaultArchetypeFactory.setProperty
(ArchetypeConfiguration configuration, Properties properties, String key) void
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 that return ArchetypeConfigurationModifier and TypeMethodDescriptionprivate ArchetypeConfiguration
DefaultArchetypeCreationConfigurator.defineDefaultConfiguration
(org.apache.maven.project.MavenProject project, ArchetypeDefinition archetypeDefinition, String resolvedPackage, Properties properties) 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
Fields in org.apache.maven.archetype.ui.generation declared as ArchetypeConfigurationModifier and TypeFieldDescriptionprivate final ArchetypeConfiguration
DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator.archetypeConfiguration
Methods in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeConfigurationModifier and TypeMethodDescriptionboolean
ArchetypeGenerationQueryer.confirmConfiguration
(ArchetypeConfiguration archetypeConfiguration) boolean
DefaultArchetypeGenerationQueryer.confirmConfiguration
(ArchetypeConfiguration archetypeConfiguration) private void
DefaultArchetypeGenerationConfigurator.restoreCommandLineProperties
(ArchetypeConfiguration archetypeConfiguration, Properties executionProperties) Constructors in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeConfigurationModifierConstructorDescriptionRequiredPropertyComparator
(ArchetypeConfiguration archetypeConfiguration)