jinnIdeExecutors.executors.document
Class DocumentBuffer

java.lang.Object
  extended by jinnIdeExecutors.base.DocExecutor
      extended by jinnIdeExecutors.executors.document.DocumentBuffer
All Implemented Interfaces:
IExecutor

public class DocumentBuffer
extends DocExecutor
implements IExecutor

Executor to document the current buffer.


Constructor Summary
DocumentBuffer()
           
 
Method Summary
 StandardExecutionContext.ExecutionResult execute(SpecificExecutionContext... spec)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuffer

public DocumentBuffer()
Method Detail

execute

public StandardExecutionContext.ExecutionResult execute(SpecificExecutionContext... spec)
                                                 throws JinnIdeGeneralExecutorException,
                                                        java.rmi.RemoteException,
                                                        JinniEngineException,
                                                        java.lang.InterruptedException
Specified by:
execute in interface IExecutor
Throws:
JinnIdeGeneralExecutorException
java.rmi.RemoteException
JinniEngineException
java.lang.InterruptedException