Uses of Class
org.apache.maven.archetype.ui.ArchetypeConfiguration

Packages that use ArchetypeConfiguration
org.apache.maven.archetype.ui User Interaction tooling for command-line use. 
org.apache.maven.archetype.ui.creation User Interaction for archetype creation from a project. 
org.apache.maven.archetype.ui.generation 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 ArchetypeConfiguration
 ArchetypeConfiguration ArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor, Properties properties)
           
 ArchetypeConfiguration ArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor, Properties properties)
           
 ArchetypeConfiguration DefaultArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor, Properties properties)
           
 ArchetypeConfiguration DefaultArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor, Properties properties)
           
 ArchetypeConfiguration ArchetypeFactory.createArchetypeConfiguration(MavenProject project, ArchetypeDefinition archetypeDefinition, Properties properties)
           
 ArchetypeConfiguration DefaultArchetypeFactory.createArchetypeConfiguration(MavenProject project, ArchetypeDefinition archetypeDefinition, Properties properties)
           
 

Methods in org.apache.maven.archetype.ui with parameters of type ArchetypeConfiguration
 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 with parameters of type ArchetypeConfiguration
 boolean 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 ArchetypeConfiguration
 boolean ArchetypeGenerationQueryer.confirmConfiguration(ArchetypeConfiguration archetypeConfiguration)
           
 boolean DefaultArchetypeGenerationQueryer.confirmConfiguration(ArchetypeConfiguration archetypeConfiguration)
           
 

Constructors in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeConfiguration
DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator(ArchetypeConfiguration archetypeConfiguration)
           
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.