Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
Model
The
<project> element is the root of
the descriptor. |
class |
Profile
Modifications to the build process which is activated
based on environmental parameters or command line arguments.
|
Modifier and Type | Method and Description |
---|---|
private ModelBase |
MavenDom4jReader.parseModelBase(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseModelBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeModelBase(ModelBase modelBase,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeModelBase.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateModelBase(ModelBase modelBase,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateModelBase.
|
Modifier and Type | Method and Description |
---|---|
private ModelBase |
MavenStaxReader.parseModelBase(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseModelBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeModelBase(ModelBase modelBase,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeModelBase.
|
Modifier and Type | Method and Description |
---|---|
private ModelBase |
MavenXpp3Reader.parseModelBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModelBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeModelBase(ModelBase modelBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModelBase.
|