Uses of Class
org.apache.maven.api.settings.ActivationFile
Packages that use ActivationFile
Package
Description
-
Uses of ActivationFile in org.apache.maven.api.settings
Fields in org.apache.maven.api.settings declared as ActivationFileModifier and TypeFieldDescription(package private) ActivationFile
ActivationFile.Builder.base
(package private) ActivationFile
Activation.Builder.file
(package private) final ActivationFile
Activation.file
Specifies that this profile will be activated based on existence of a file.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.Constructors in org.apache.maven.api.settings with parameters of type ActivationFile -
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 ActivationFileModifierConstructorDescriptionActivationFile
(ActivationFile delegate) ActivationFile
(ActivationFile delegate, BaseObject parent) -
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) private ActivationFile
SettingsStaxReader.parseActivationFile
(XMLStreamReader parser, boolean strict, InputSource source) protected ActivationFile
SettingsTransformer.transformActivationFile
(ActivationFile target) 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) protected ActivationFile
SettingsTransformer.transformActivationFile
(ActivationFile target) protected ActivationFile.Builder
SettingsTransformer.transformActivationFile_Exists
(Supplier<? extends ActivationFile.Builder> creator, ActivationFile.Builder builder, ActivationFile target) protected ActivationFile.Builder
SettingsTransformer.transformActivationFile_Missing
(Supplier<? extends ActivationFile.Builder> creator, ActivationFile.Builder builder, ActivationFile target) private void
SettingsStaxWriter.writeActivationFile
(String tagName, ActivationFile activationFile, XMLStreamWriter serializer)