Package org.apache.maven.settings
Class ActivationFile
java.lang.Object
org.apache.maven.settings.ActivationFile
- All Implemented Interfaces:
- Serializable,- Cloneable
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Method clone.Get 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.voidSet the name of the file that should exist to activate a profile.voidsetMissing(String missing) Set the name of the file that should be missing to activate a profile.
- 
Constructor Details- 
ActivationFilepublic ActivationFile()
 
- 
- 
Method Details- 
cloneMethod clone.
- 
getExistsGet the name of the file that should exist to activate a profile.- Returns:
- String
 
- 
getMissingGet the name of the file that should be missing to activate a profile.- Returns:
- String
 
- 
setExistsSet the name of the file that should exist to activate a profile.- Parameters:
- exists- a exists object.
 
- 
setMissingSet the name of the file that should be missing to activate a profile.- Parameters:
- missing- a missing object.
 
 
-