public interface Context
This gives access to a limited amount of context when the transform is run.
Modifier and Type | Method and Description |
---|---|
LoggingManager |
getLogging()
Returns the LoggingManager which can be used to control the logging level and standard
output/error capture for this task.
|
String |
getPath()
Returns the path of the task, which is a fully qualified name for the task.
|
File |
getTemporaryDir()
Returns a directory which this task can use to write temporary files to.
|
LoggingManager getLogging()
File getTemporaryDir()
String getPath()
Project
plus the name of the task,
separated by :
.