Uses of Class
org.apache.maven.archetype.model.Source

Packages that use Source
org.apache.maven.archetype.model   
 

Uses of Source in org.apache.maven.archetype.model
 

Methods in org.apache.maven.archetype.model that return types with arguments of type Source
 List<Source> ArchetypeModel.getSources()
          Method getSources.
 List<Source> ArchetypeModel.getTestSources()
          Method getTestSources.
 

Methods in org.apache.maven.archetype.model with parameters of type Source
 void ArchetypeModel.addSource(Source source)
          Method addSource.
 void ArchetypeModel.addTestSource(Source source)
          Method addTestSource.
 void ArchetypeModel.removeSource(Source source)
          Method removeSource.
 void ArchetypeModel.removeTestSource(Source source)
          Method removeTestSource.
 

Method parameters in org.apache.maven.archetype.model with type arguments of type Source
 void ArchetypeModel.setSources(List<Source> sources)
          Set files that will go into src/main/java.
 void ArchetypeModel.setTestSources(List<Source> testSources)
          Set files that will go into src/test/java.
 



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