Uses of Class
org.apache.maven.archetype.model.Source
-
Packages that use Source Package Description 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 Modifier and Type Method Description java.util.List<Source>ArchetypeModel. getSources()Method getSources.java.util.List<Source>ArchetypeModel. getTestSources()Method getTestSources.Methods in org.apache.maven.archetype.model with parameters of type Source Modifier and Type Method Description voidArchetypeModel. addSource(Source source)Method addSource.voidArchetypeModel. addTestSource(Source source)Method addTestSource.voidArchetypeModel. removeSource(Source source)Method removeSource.voidArchetypeModel. removeTestSource(Source source)Method removeTestSource.Method parameters in org.apache.maven.archetype.model with type arguments of type Source Modifier and Type Method Description voidArchetypeModel. setSources(java.util.List<Source> sources)Set files that will go intosrc/main/java.voidArchetypeModel. setTestSources(java.util.List<Source> testSources)Set files that will go intosrc/test/java.
-