|
@@ -60,6 +60,18 @@ public interface TaskContext |
|
|
File resolveFile( String filename ) |
|
|
File resolveFile( String filename ) |
|
|
throws TaskException; |
|
|
throws TaskException; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Resolve a value according to the context. |
|
|
|
|
|
* This involves evaluating the string and thus removing |
|
|
|
|
|
* ${} sequences according to the rules specified at |
|
|
|
|
|
* ............ |
|
|
|
|
|
* |
|
|
|
|
|
* @param value the value to resolve |
|
|
|
|
|
* @return the resolved value |
|
|
|
|
|
*/ |
|
|
|
|
|
Object resolveValue( String value ) |
|
|
|
|
|
throws TaskException; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Retrieve property for name. |
|
|
* Retrieve property for name. |
|
|
* |
|
|
* |
|
|