Package | Description |
---|---|
org.apache.maven.project | |
org.apache.maven.project.io.dom4j | |
org.apache.maven.project.io.stax | |
org.apache.maven.project.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
FileSet
Class FileSet.
|
class |
Resource
This element describes all of the classpath resources
associated with a project or
unit tests.
|
class |
SourceModification
This element describes all of the source modifications
associated with a
project.
|
class |
UnitTest
Class UnitTest.
|
Modifier and Type | Method and Description |
---|---|
private PatternSet |
MavenDom4jReader.parsePatternSet(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parsePatternSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writePatternSet(PatternSet patternSet,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writePatternSet.
|
Modifier and Type | Method and Description |
---|---|
private PatternSet |
MavenStaxReader.parsePatternSet(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parsePatternSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writePatternSet(PatternSet patternSet,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writePatternSet.
|
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.
|