Package org.apache.maven.model
Class ActivationFile
java.lang.Object
org.apache.maven.model.ActivationFile
- All Implemented Interfaces:
Serializable
This is the file specification used to activate the profile. The
missing value
will be the location of a file that needs to exist, and
if it doesn't the profile will be
activated. On the other hand exists will test for the
existence of the file and if it is
there the profile will be activated.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the file that must exist to activate the profile.Get the name of the file that must be missing to activate the profile.void
Set the name of the file that must exist to activate the profile.void
setMissing
(String missing) Set the name of the file that must be missing to activate the profile.
-
Field Details
-
missing
The name of the file that must be missing to activate the profile. -
exists
The name of the file that must exist to activate the profile.
-
-
Constructor Details
-
ActivationFile
public ActivationFile()
-
-
Method Details
-
getExists
Get the name of the file that must exist to activate the profile.- Returns:
- String
-
getMissing
Get the name of the file that must be missing to activate the profile.- Returns:
- String
-
setExists
Set the name of the file that must exist to activate the profile.- Parameters:
exists
-
-
setMissing
Set the name of the file that must be missing to activate the profile.- Parameters:
missing
-
-