public abstract class OutputAdapter extends ResultBuilderFactory implements IOutputAdapter
Represents the base class of an output adapter that is used to collect an output in a generalized form. The currently available adapters are FileOutputAdapter , StreamOutputAdapter , StructureOutputAdapter , and StringOutputAdapter .