Uses of Class
org.apache.maven.model.FileSet
-
Packages that use FileSet Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 -
-
Uses of FileSet in org.apache.maven.model
Subclasses of FileSet in org.apache.maven.model Modifier and Type Class Description class
Resource
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 FileSet Modifier and Type Method Description private 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 FileSet Modifier and Type Method Description private void
MavenXpp3Writer. writeFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFileSet.
-