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 TypeClassDescriptionclass
class
class
class
class
class
Methods in org.apache.maven.settings that return IdentifiableBaseMethods in org.apache.maven.settings that return types with arguments of type IdentifiableBaseModifier and TypeMethodDescriptionstatic List
<IdentifiableBase> IdentifiableBase.identifiableBaseToApiV3
(List<IdentifiableBase> list) Method parameters in org.apache.maven.settings with type arguments of type IdentifiableBaseModifier and TypeMethodDescriptionstatic List
<IdentifiableBase> IdentifiableBase.identifiableBaseToApiV4
(List<IdentifiableBase> list) -
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> Deprecated.private static <T extends IdentifiableBase>
voidMavenSettingsMerger.shallowMergeById
(List<T> dominant, List<T> recessive, String recessiveSourceLevel) Deprecated.