public class ActivationFile extends Objectimplements 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
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
Set the name of the file that must exist to activate the profile.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setMissing(String
Set the name of the file that must be missing to activate the profile.
|
public ActivationFileclone()
public StringgetExists()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetMissing()
public void setExists(Stringexists)
exists -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setMissing(Stringmissing)
missing -