Uses of Class
org.apache.maven.model.v3_0_0.SourceModification
Packages that use SourceModification
-
Uses of SourceModification in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 with type parameters of type SourceModificationModifier and TypeFieldDescriptionprivate List<SourceModification>
Build.sourceModifications
Field sourceModifications.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type SourceModificationMethods in org.apache.maven.model.v3_0_0 with parameters of type SourceModificationModifier and TypeMethodDescriptionvoid
Build.addSourceModification
(SourceModification sourceModification) Method addSourceModification.void
Build.removeSourceModification
(SourceModification sourceModification) Method removeSourceModification.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type SourceModificationModifier and TypeMethodDescriptionvoid
Build.setSourceModifications
(List<SourceModification> sourceModifications) Set this element describes all of the sourceModifications associated with a project. -
Uses of SourceModification in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return SourceModificationModifier and TypeMethodDescriptionprivate SourceModification
MavenXpp3Reader.parseSourceModification
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseSourceModification.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type SourceModificationModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeSourceModification
(SourceModification sourceModification, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSourceModification.