| Package | Description |
|---|---|
| org.apache.maven.archetype.model |
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
ArchetypeModel.getSources()
Method getSources.
|
List<Source> |
ArchetypeModel.getTestSources()
Method getTestSources.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.