public class ActivationFile extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ActivationFile() |
Modifier and Type | Method and Description |
---|---|
ActivationFile |
clone()
Method clone.
|
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 ActivationFile()
public ActivationFile clone()
public String getExists()
public String getMissing()
public void setExists(String exists)
exists
- public void setMissing(String missing)
missing
- Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.