Uses of Class
org.apache.maven.api.settings.ActivationFile
-
Uses of ActivationFile in org.apache.maven.api.settings
Modifier 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.Modifier 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.