Uses of Class
org.apache.maven.archetype.metadata.ModuleDescriptor

Packages that use ModuleDescriptor
org.apache.maven.archetype.metadata   
 

Uses of ModuleDescriptor in org.apache.maven.archetype.metadata
 

Methods in org.apache.maven.archetype.metadata that return types with arguments of type ModuleDescriptor
 List<ModuleDescriptor> AbstractArchetypeDescriptor.getModules()
          Method getModules.
 

Methods in org.apache.maven.archetype.metadata with parameters of type ModuleDescriptor
 void AbstractArchetypeDescriptor.addModule(ModuleDescriptor moduleDescriptor)
          Method addModule.
 void AbstractArchetypeDescriptor.removeModule(ModuleDescriptor moduleDescriptor)
          Method removeModule.
 

Method parameters in org.apache.maven.archetype.metadata with type arguments of type ModuleDescriptor
 void AbstractArchetypeDescriptor.setModules(List<ModuleDescriptor> modules)
          Set modules definition.
 



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