public class Task extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Task.Mode
Enum for the type of mode
|
Modifier and Type | Method and Description |
---|---|
void |
addScriptingVar(String identifier,
Object value) |
String |
getCleanHook() |
Object[] |
getCustomLibraries() |
IWritableService |
getDestinationService() |
String |
getName() |
List<File> |
getScriptIncludes() |
Map<String,Object> |
getScriptingVars() |
IService |
getSourceService() |
String |
getSyncHook() |
ISyncOptions |
getSyncOptions() |
TaskType |
getTaskType() |
public Task(TaskType t) throws LscConfigurationException
LscConfigurationException
public String getCleanHook()
public String getSyncHook()
public String getName()
public IService getSourceService()
public IWritableService getDestinationService()
public ISyncOptions getSyncOptions()
public Object[] getCustomLibraries()
public TaskType getTaskType()
Copyright © 2005-2024 LSC project. All Rights Reserved.