Package | Description |
---|---|
org.apache.maven.toolchain.model | |
org.apache.maven.toolchain.model.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
PersistedToolchains
The
<toolchains> element is the root
of the descriptor. |
class |
ToolchainModel
Definition of a toolchain instance.
|
Modifier and Type | Method and Description |
---|---|
TrackableBase |
TrackableBase.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
private TrackableBase |
MavenToolchainsXpp3Reader.parseTrackableBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseTrackableBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenToolchainsXpp3Writer.writeTrackableBase(TrackableBase trackableBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeTrackableBase.
|