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 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.Methods in org.apache.maven.settings that return IdentifiableBase Modifier and Type Method Description IdentifiableBase
IdentifiableBase. 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 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 IdentifiableBase Modifier and Type Method Description private void
SettingsXpp3Writer. 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)
-