|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
@Beta public interface Context
Context for the transform. This gives access to a limited amount of context when the transform is run.
This API is non final and is subject to change. We are looking for feedback, and will attempt to stabilize it in the 1.6 time frame.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
LoggingManager getLogging()
File getTemporaryDir()
String getPath()
Project plus the name of the task,
separated by :.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||