Package | Description |
---|---|
org.intellimate.izou.output | |
org.intellimate.izou.system.context |
Modifier and Type | Method and Description |
---|---|
void |
OutputManager.addOutputExtension(OutputExtensionModel<?,?> outputExtension)
adds output extension to desired outputPlugin
|
void |
OutputManager.removeOutputExtension(OutputExtensionModel<?,?> outputExtension)
removes the output-extension of id: extensionId from outputPluginList
|
Modifier and Type | Method and Description |
---|---|
void |
ContextImplementation.OutputImpl.addOutputExtension(OutputExtensionModel outputExtension)
adds output extension to desired outputPlugin
adds output extension to desired outputPlugin, so that the output-plugin can start and stop the outputExtension
task as needed.
|
void |
Output.addOutputExtension(OutputExtensionModel outputExtension)
adds output extension to desired outputPlugin
adds output extension to desired outputPlugin, so that the output-plugin can start and stop the outputExtension
task as needed.
|
void |
ContextImplementation.OutputImpl.removeOutputExtension(OutputExtensionModel outputExtension)
removes the output-extension of id: extensionId from outputPluginList
|
void |
Output.removeOutputExtension(OutputExtensionModel outputExtension)
removes the output-extension of id: extensionId from outputPluginList
|
Copyright © 2016. All rights reserved.