public class ActivationFile extends Object implements Serializable, Cloneable, InputLocationTracker
missing value
         is 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.${basedir},
         System properties and request properties.| Constructor and Description | 
|---|
| ActivationFile() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivationFile | clone()Method clone. | 
| String | getExists()Get the name of the file that must exist to activate the
 profile. | 
| InputLocation | getLocation(Object key)Gets the location of the specified field in the input
 source. | 
| String | getMissing()Get the name of the file that must be missing to activate
 the
           profile. | 
| void | setExists(String exists)Set the name of the file that must exist to activate the
 profile. | 
| void | setLocation(Object key,
           InputLocation location)Sets the location of the specified field. | 
| void | setMissing(String missing)Set the name of the file that must be missing to activate
 the
           profile. | 
public ActivationFile clone()
public String getExists()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public String getMissing()
public void setExists(String exists)
exists - public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setMissing(String missing)
missing - Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.