public interface MaintenanceTaskManager
Modifier and Type | Method and Description |
---|---|
MaintenanceTaskInfo |
getMaintenanceTaskInfo(String name)
Return a maintenance task info for the given name
|
Collection<MaintenanceTaskInfo> |
getMaintenanceTaskInfos()
Return all available maintenance task infos
|
void |
startMaintenanceTask(String name)
Start the maintenance task if it exists.
|
void |
stopMaintenanceTask(String name)
Try to stop the maintenance task if it exists.
|
Collection<MaintenanceTaskInfo> getMaintenanceTaskInfos()
MaintenanceTaskInfo getMaintenanceTaskInfo(String name)
null
void startMaintenanceTask(String name)
void stopMaintenanceTask(String name)
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"