ITransformOutput

public interface ITransformOutput

Class representing output of a transformation.

Methods

name

String name()

Name of the output result, usually a string representation of the output file.

output

FileObject output()

Output file, or null if output was not written to a file.