org.crsh.term.processor
Class ProcessorIOHandler
java.lang.Object
org.crsh.plugin.CRaSHPlugin<TermIOHandler>
org.crsh.term.processor.ProcessorIOHandler
- All Implemented Interfaces:
- TermIOHandler
public class ProcessorIOHandler
- extends CRaSHPlugin<TermIOHandler>
- implements TermIOHandler
- Author:
- Julien Viet
executor
private ExecutorService executor
- .
crash
private CRaSH crash
- .
ProcessorIOHandler
public ProcessorIOHandler()
getImplementation
public TermIOHandler getImplementation()
- Description copied from class:
CRaSHPlugin
- Returns the implementation.
- Specified by:
getImplementation
in class CRaSHPlugin<TermIOHandler>
- Returns:
- the implementation
init
public void init()
- Description copied from class:
CRaSHPlugin
- Implement this method to know about init life cycle callback.
- Overrides:
init
in class CRaSHPlugin<TermIOHandler>
destroy
public void destroy()
- Description copied from class:
CRaSHPlugin
- Implement this method to know about destroy life cycle callback.
- Overrides:
destroy
in class CRaSHPlugin<TermIOHandler>
handle
public void handle(TermIO io)
- Specified by:
handle
in interface TermIOHandler
Copyright © 2012 eXo Platform SAS. All Rights Reserved.