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