Uses of Class
org.apache.maven.api.settings.ActivationFile
Packages that use ActivationFile
Package
Description
-
Uses of ActivationFile in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return ActivationFileModifier and TypeMethodDescriptionActivationFile.Builder.build()
Activation.getFile()
Specifies that this profile will be activated based on existence of a file.static ActivationFile
ActivationFile.newInstance()
Creates a newActivationFile
instance.static ActivationFile
ActivationFile.newInstance
(boolean withDefaults) Creates a newActivationFile
instance using default values or not.ActivationFile.withExists
(String exists) Creates a newActivationFile
instance using the specified exists.ActivationFile.withMissing
(String missing) Creates a newActivationFile
instance using the specified missing.Methods in org.apache.maven.api.settings with parameters of type ActivationFileModifier and TypeMethodDescriptionActivation.Builder.file
(ActivationFile file) static ActivationFile.Builder
ActivationFile.newBuilder
(ActivationFile from) Creates a newActivationFile
builder instance using the specified object as a basis.static ActivationFile.Builder
ActivationFile.newBuilder
(ActivationFile from, boolean forceCopy) Creates a newActivationFile
builder instance using the specified object as a basis.Activation.withFile
(ActivationFile file) Creates a newActivation
instance using the specified file. -
Uses of ActivationFile in org.apache.maven.settings
Methods in org.apache.maven.settings that return ActivationFileMethods in org.apache.maven.settings that return types with arguments of type ActivationFileModifier and TypeMethodDescriptionstatic List<ActivationFile>
ActivationFile.activationFileToApiV4
(List<ActivationFile> list) Method parameters in org.apache.maven.settings with type arguments of type ActivationFileModifier and TypeMethodDescriptionstatic List<ActivationFile>
ActivationFile.activationFileToApiV3
(List<ActivationFile> list) Constructors in org.apache.maven.settings with parameters of type ActivationFile -
Uses of ActivationFile in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return ActivationFileModifier and TypeMethodDescriptionprotected ActivationFile
SettingsMerger.mergeActivationFile
(ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) Methods in org.apache.maven.settings.v4 that return types with arguments of type ActivationFileModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<ActivationFile>
SettingsMerger.getActivationFileKey()
Methods in org.apache.maven.settings.v4 with parameters of type ActivationFileModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeActivationFile
(ActivationFile.Builder builder, ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected ActivationFile
SettingsMerger.mergeActivationFile
(ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivationFile_Exists
(ActivationFile.Builder builder, ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivationFile_Missing
(ActivationFile.Builder builder, ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context)