Uses of Class
org.apache.maven.api.model.ActivationFile
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of ActivationFile in org.apache.maven.api.model
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. -
Uses of ActivationFile in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<ActivationFile> ActivationFile.activationFileToApiV4
(List<ActivationFile> list) Modifier and TypeMethodDescriptionstatic List
<ActivationFile> ActivationFile.activationFileToApiV3
(List<ActivationFile> list) ModifierConstructorDescriptionActivationFile
(ActivationFile delegate) ActivationFile
(ActivationFile delegate, BaseObject parent) -
Uses of ActivationFile in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected ActivationFile
MavenMerger.mergeActivationFile
(ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected ActivationFile
MavenTransformer.transformActivationFile
(ActivationFile target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<ActivationFile> MavenMerger.getActivationFileKey()
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeActivationFile
(ActivationFile.Builder builder, ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected ActivationFile
MavenMerger.mergeActivationFile
(ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivationFile_Exists
(ActivationFile.Builder builder, ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivationFile_Missing
(ActivationFile.Builder builder, ActivationFile target, ActivationFile source, boolean sourceDominant, Map<Object, Object> context) protected ActivationFile
MavenTransformer.transformActivationFile
(ActivationFile target) protected void
MavenTransformer.transformActivationFile_Exists
(ActivationFile.Builder builder, ActivationFile target) protected void
MavenTransformer.transformActivationFile_Missing
(ActivationFile.Builder builder, ActivationFile target)