Uses of Class
org.apache.maven.model.FileSet
Packages that use FileSet
-
Uses of FileSet in org.apache.maven.model
Subclasses of FileSet in org.apache.maven.modelModifier and TypeClassDescriptionclass
This element describes all of the classpath resources associated with a project or unit tests. -
Uses of FileSet in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.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.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.