jinnIdeExecutors.executors.document
Class DocumentSelection

java.lang.Object
  extended by jinnIdeExecutors.base.ProjectViewerExecutor
      extended by jinnIdeExecutors.executors.document.DocumentSelection
All Implemented Interfaces:
IExecutor

public class DocumentSelection
extends ProjectViewerExecutor
implements IExecutor

This is an executor to do jinnidoc on a single file or a directory selected by the project viewer.


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

Constructor Detail

DocumentSelection

public DocumentSelection()
Method Detail

execute

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