public class ActivationFile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
exists
The name of the file that must exist to activate the profile.
|
private java.lang.String |
missing
The name of the file that must be missing to activate the
profile.
|
Constructor and Description |
---|
ActivationFile() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExists()
Get the name of the file that must exist to activate the
profile.
|
java.lang.String |
getMissing()
Get the name of the file that must be missing to activate
the
profile.
|
void |
setExists(java.lang.String exists)
Set the name of the file that must exist to activate the
profile.
|
void |
setMissing(java.lang.String missing)
Set the name of the file that must be missing to activate
the
profile.
|
private java.lang.String missing
private java.lang.String exists
public java.lang.String getExists()
public java.lang.String getMissing()
public void setExists(java.lang.String exists)
exists
- public void setMissing(java.lang.String missing)
missing
-