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.sourceModificationsField 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 TypeMethodDescriptionvoidBuild.addSourceModification(SourceModification sourceModification) Method addSourceModification.voidBuild.removeSourceModification(SourceModification sourceModification) Method removeSourceModification.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type SourceModificationModifier and TypeMethodDescriptionvoidBuild.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 SourceModificationMavenXpp3Reader.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 voidMavenXpp3Writer.writeSourceModification(SourceModification sourceModification, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSourceModification.