Uses of Class
org.apache.maven.archetype.ui.ArchetypeDefinition
Packages that use ArchetypeDefinition
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 ArchetypeDefinition in org.apache.maven.archetype.ui
Methods in org.apache.maven.archetype.ui that return ArchetypeDefinitionModifier and TypeMethodDescriptionArchetypeFactory.createArchetypeDefinition(Properties properties) DefaultArchetypeFactory.createArchetypeDefinition(Properties properties) Methods in org.apache.maven.archetype.ui with parameters of type ArchetypeDefinitionModifier and TypeMethodDescriptionArchetypeFactory.createArchetypeConfiguration(org.apache.maven.project.MavenProject project, ArchetypeDefinition archetypeDefinition, Properties properties) DefaultArchetypeFactory.createArchetypeConfiguration(org.apache.maven.project.MavenProject project, ArchetypeDefinition archetypeDefinition, Properties properties) voidArchetypeFactory.updateArchetypeConfiguration(ArchetypeConfiguration archetypeConfiguration, ArchetypeDefinition archetypeDefinition) voidDefaultArchetypeFactory.updateArchetypeConfiguration(ArchetypeConfiguration archetypeConfiguration, ArchetypeDefinition archetypeDefinition) -
Uses of ArchetypeDefinition in org.apache.maven.archetype.ui.creation
Methods in org.apache.maven.archetype.ui.creation that return ArchetypeDefinitionModifier and TypeMethodDescriptionprivate ArchetypeDefinitionDefaultArchetypeCreationConfigurator.defineDefaultArchetype(org.apache.maven.project.MavenProject project, Properties properties) Methods in org.apache.maven.archetype.ui.creation with parameters of type ArchetypeDefinitionModifier and TypeMethodDescriptionprivate ArchetypeConfigurationDefaultArchetypeCreationConfigurator.defineDefaultConfiguration(org.apache.maven.project.MavenProject project, ArchetypeDefinition archetypeDefinition, String resolvedPackage, Properties properties) -
Uses of ArchetypeDefinition in org.apache.maven.archetype.ui.generation
Methods in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeDefinitionModifier and TypeMethodDescriptionArchetypeSelectionQueryer.selectArchetype(Map<String, List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition) Select an archetype from the given map.DefaultArchetypeSelectionQueryer.selectArchetype(Map<String, List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition) private voidDefaultArchetypeSelector.updateDefinition(ArchetypeDefinition definition, Archetype archetype) private voidDefaultArchetypeSelector.updateRepository(ArchetypeDefinition definition, Archetype archetype)