Uses of Class
org.apache.maven.api.model.ActivationFile
-
Uses of ActivationFile in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ActivationFileModifier and TypeMethodDescriptionActivationFile.Builder.build()Activation.getFile()Specifies that this profile will be activated based on existence of a file.static ActivationFileActivationFile.newInstance()Creates a newActivationFileinstance.static ActivationFileActivationFile.newInstance(boolean withDefaults) Creates a newActivationFileinstance using default values or not.ActivationFile.withExists(String exists) Creates a newActivationFileinstance using the specified exists.ActivationFile.withMissing(String missing) Creates a newActivationFileinstance using the specified missing.Methods in org.apache.maven.api.model with parameters of type ActivationFileModifier and TypeMethodDescriptionActivation.Builder.file(ActivationFile file) static ActivationFile.BuilderActivationFile.newBuilder(ActivationFile from) Creates a newActivationFilebuilder instance using the specified object as a basis.static ActivationFile.BuilderActivationFile.newBuilder(ActivationFile from, boolean forceCopy) Creates a newActivationFilebuilder instance using the specified object as a basis.Activation.withFile(ActivationFile file) Creates a newActivationinstance using the specified file.