public static interface BuildContext.Input<T> extends BuildContext.InputMetadata<T>, BuildContext.Resource<T>
| Modifier and Type | Method and Description |
|---|---|
void |
associateIncludedInput(File included) |
BuildContext.Output<File> |
associateOutput(BuildContext.Output<File> output) |
BuildContext.Output<File> |
associateOutput(File outputFile)
Convenience method, has the same effect as
|
getAssociatedOutputs, getStatus, processaddMessage, setAttributegetAttribute, getResourcevoid associateIncludedInput(File included)
BuildContext.Output<File> associateOutput(BuildContext.Output<File> output)
BuildContext.Output<File> associateOutput(File outputFile)
input.associateOutput(context.processOutput(outputFile));
Copyright © 2014. All Rights Reserved.