|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.service.unicode.Qedeq2Utf8Executor
public class Qedeq2Utf8Executor
Transfer a QEDEQ module into a UTF-8 text file.
This is just a quick written generator. This class just generates some text output to be able to get a visual impression of a QEDEQ module.
| Constructor Summary | |
|---|---|
Qedeq2Utf8Executor(ModuleService plugin,
KernelQedeqBo prop,
Parameters parameters)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
executePlugin(InternalModuleServiceCall call,
java.lang.Object data)
Execute plugin. |
java.lang.String |
generateUtf8(InternalServiceJob process,
java.lang.String language,
java.lang.String level)
Gives a UTF-8 representation of given QEDEQ module as InputStream. |
boolean |
getInterrupted()
Was the execution interrupted by the user? |
java.lang.String |
getLocationDescription()
Get description of currently taken action. |
double |
getVisitPercentage()
Get percentage of currently running plugin execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Qedeq2Utf8Executor(ModuleService plugin,
KernelQedeqBo prop,
Parameters parameters)
plugin - This plugin we work for.prop - QEDEQ BO object.parameters - Plugin parameter.| Method Detail |
|---|
public java.lang.Object executePlugin(InternalModuleServiceCall call,
java.lang.Object data)
ModuleServicePluginExecutor
executePlugin in interface ModuleServicePluginExecutorcall - Service call.data - Process execution data.
null.
public java.lang.String generateUtf8(InternalServiceJob process,
java.lang.String language,
java.lang.String level)
throws SourceFileExceptionList,
java.io.IOException
process - This process executes us.language - Filter text to get and produce text in this language only. Might
be nulllevel - Filter for this detail level. LATER mime 20050205: not supported
yet.
SourceFileExceptionList - Major problem occurred.
java.io.IOException - File IO failed.public java.lang.String getLocationDescription()
ModuleServicePluginExecutor
getLocationDescription in interface ModuleServicePluginExecutorgetLocationDescription in interface ServiceCompletenesspublic double getVisitPercentage()
ModuleServicePluginExecutor
getVisitPercentage in interface ModuleServicePluginExecutorgetVisitPercentage in interface ServiceCompletenesspublic boolean getInterrupted()
ModuleServicePluginExecutor
getInterrupted in interface ModuleServicePluginExecutor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||