public class ActivationFile extends Object implements Serializable
| Constructor and Description |
|---|
ActivationFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExists()
Get the name of the file that must exist to activate the
profile.
|
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 |
setMissing(String missing)
Set the name of the file that must be missing to activate
the
profile.
|
public String getExists()
public String getMissing()
public void setExists(String exists)
exists - public void setMissing(String missing)
missing - Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.