public abstract class UpgradeCleaner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
thresholdDate |
Modifier | Constructor and Description |
---|---|
protected |
UpgradeCleaner(java.lang.String thresholdDate)
Instantiate a UpgradeCleaner instance.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
clean()
Perform the cleaning action for this UpgradeCleaner instance.
|
static void |
main(java.lang.String[] args)
Run the UpgradeCleaner.
|