Uses of Class
org.apache.maven.model.v3_0_0.FileSet
Packages that use FileSet
-
Uses of FileSet in org.apache.maven.model.v3_0_0
Subclasses of FileSet in org.apache.maven.model.v3_0_0Modifier and TypeClassDescriptionclassThis element describes all of the classpath resources associated with a project or unit tests.classThis element describes all of the source modifications associated with a project. -
Uses of FileSet in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return FileSetModifier and TypeMethodDescriptionprivate FileSetMavenXpp3Reader.parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFileSet.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type FileSetModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeFileSet(FileSet fileSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileSet.