Uses of Class
org.apache.maven.settings.IdentifiableBase
Packages that use IdentifiableBase
Package
Description
-
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.Methods in org.apache.maven.settings that return IdentifiableBase -
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. -
Uses of IdentifiableBase in org.apache.maven.settings.merge
Methods in org.apache.maven.settings.merge with type parameters of type IdentifiableBaseModifier and TypeMethodDescriptionprivate static <T extends IdentifiableBase>
Map<String, T> private static <T extends IdentifiableBase>
voidMavenSettingsMerger.shallowMergeById(List<T> dominant, List<T> recessive, String recessiveSourceLevel)