Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
Resource
This element describes all of the classpath resources associated
with a project
or unit tests.
|
Modifier and Type | Method and Description |
---|---|
private FileSet |
MavenXpp3Reader.parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseFileSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeFileSet(FileSet fileSet,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFileSet.
|