Uses of Class
org.apache.maven.settings.IdentifiableBase
Packages that use IdentifiableBase
-
Uses of IdentifiableBase in org.apache.maven.settings
Subclasses of IdentifiableBase in org.apache.maven.settingsModifier and TypeClassDescriptionclassA download mirror for a given repository.classModifications to the build process which is keyed on some sort of environmental parameter.classThe<proxy>element contains informations required to a proxy settings.classThe<server>element contains informations required to a server settings. -
Uses of IdentifiableBase in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return IdentifiableBaseModifier and TypeMethodDescriptionprivate IdentifiableBaseSettingsXpp3Reader.parseIdentifiableBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseIdentifiableBase.Methods in org.apache.maven.settings.io.xpp3 with parameters of type IdentifiableBaseModifier and TypeMethodDescriptionprivate voidSettingsXpp3Writer.writeIdentifiableBase(IdentifiableBase identifiableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeIdentifiableBase.