Uses of Class
org.apache.maven.archetype.model.Source
Packages that use Source
-
Uses of Source in org.apache.maven.archetype.model
Fields in org.apache.maven.archetype.model with type parameters of type SourceModifier and TypeFieldDescriptionArchetypeModel.sourcesField sources.ArchetypeModel.testSourcesField testSources.Methods in org.apache.maven.archetype.model that return types with arguments of type SourceModifier and TypeMethodDescriptionArchetypeModel.getSources()Method getSources.ArchetypeModel.getTestSources()Method getTestSources.Methods in org.apache.maven.archetype.model with parameters of type SourceModifier and TypeMethodDescriptionvoidMethod 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 SourceModifier and TypeMethodDescriptionvoidArchetypeModel.setSources(List<Source> sources) Set files that will go intosrc/main/java.voidArchetypeModel.setTestSources(List<Source> testSources) Set files that will go intosrc/test/java. -
Uses of Source in org.apache.maven.archetype.model.io.xpp3
Methods in org.apache.maven.archetype.model.io.xpp3 that return SourceModifier and TypeMethodDescriptionprivate SourceArchetypeXpp3Reader.parseSource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseSource.Methods in org.apache.maven.archetype.model.io.xpp3 with parameters of type SourceModifier and TypeMethodDescriptionprivate voidArchetypeXpp3Writer.writeSource(Source source, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSource.