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 |
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.
|
Modifier and Type | Method and Description |
---|---|
private FileSet |
MavenDom4jReader.parseFileSet(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseFileSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeFileSet(FileSet fileSet,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeFileSet.
|
Modifier and Type | Method and Description |
---|---|
private FileSet |
MavenStaxReader.parseFileSet(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseFileSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeFileSet(FileSet fileSet,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeFileSet.
|
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.
|