Uses of Class
org.apache.maven.settings.IdentifiableBase
-
Packages that use IdentifiableBase Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 org.apache.maven.settings.merge -
-
Uses of IdentifiableBase in org.apache.maven.settings
Subclasses of IdentifiableBase in org.apache.maven.settings Modifier and Type Class Description classMirrorA download mirror for a given repository.classProfileModifications to the build process which is keyed on some sort of environmental parameter.classProxyThe<proxy>element contains informations required to a proxy settings.classServerThe<server>element contains informations required to a server settings.Methods in org.apache.maven.settings that return IdentifiableBase Modifier and Type Method Description IdentifiableBaseIdentifiableBase. clone()Method clone. -
Uses of IdentifiableBase in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return IdentifiableBase Modifier and Type Method Description private 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 IdentifiableBase Modifier and Type Method Description private voidSettingsXpp3Writer. writeIdentifiableBase(IdentifiableBase identifiableBase, java.lang.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 IdentifiableBase Modifier and Type Method Description private static <T extends IdentifiableBase>
java.util.Map<java.lang.String,T>MavenSettingsMerger. mapById(java.util.List<T> identifiables)private static <T extends IdentifiableBase>
voidMavenSettingsMerger. shallowMergeById(java.util.List<T> dominant, java.util.List<T> recessive, java.lang.String recessiveSourceLevel)
-