Class | Description |
---|---|
OutputExtension<T> |
an OutputExtension without an Argument
|
OutputExtensionArgument<T,X> |
OutputExtension's purpose is to take resourceData and convert it into another data format so that it can be rendered correctly
by the output-plugin.
|
OutputPlugin<T> |
an OutputPlugin without an Argument
|
OutputPluginArgument<T,X> |
The OutputPlugin class gets Event and then starts threads filled with output-extension tasks to create the final
output and then render it on its own medium
|
Copyright © 2016. All rights reserved.