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 TypeClassDescriptionclass
This element describes all of the classpath resources associated with a project or unit tests.class
This 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 FileSet
MavenXpp3Reader.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 void
MavenXpp3Writer.writeFileSet
(FileSet fileSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileSet.