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