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 TypeClassDescriptionclass
A download mirror for a given repository.class
Modifications to the build process which is keyed on some sort of environmental parameter.class
The<proxy>
element contains informations required to a proxy settings.class
The<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 IdentifiableBase
SettingsXpp3Reader.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 void
SettingsXpp3Writer.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)