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 should exist to activate a
profile.
|
String |
getMissing()
Get the name of the file that should be missing to activate
a profile.
|
void |
setExists(String exists)
Set the name of the file that should exist to activate a
profile.
|
void |
setMissing(String missing)
Set the name of the file that should be missing to activate
a profile.
|
public String getExists()
public String getMissing()
public void setExists(String exists)
exists
- public void setMissing(String missing)
missing
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.