Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
IdentifiableBase
Base class for
Mirror ,
Profile , Proxy and
Server . |
class |
Mirror
A download mirror for a given repository.
|
class |
Profile
Modifications to the build process which is keyed on
some
sort of environmental parameter.
|
class |
Proxy
The
<proxy> element contains
informations required to a proxy settings. |
class |
Server
The
<server> element contains
informations required to a server settings. |
class |
Settings
Root element of the user configuration file.
|
Modifier and Type | Method and Description |
---|---|
private TrackableBase |
SettingsXpp3Reader.parseTrackableBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseTrackableBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeTrackableBase(TrackableBase trackableBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeTrackableBase.
|