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