public class ProcessorIOHandler extends CRaSHPlugin<TermIOHandler> implements TermIOHandler
| Modifier and Type | Field and Description |
|---|---|
private ShellFactory |
factory
.
|
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log| Constructor and Description |
|---|
ProcessorIOHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Implement this method to know about destroy life cycle callback.
|
TermIOHandler |
getImplementation()
Returns the implementation.
|
void |
handle(TermIO io,
Principal user)
Handle an IO for the specified termi IO and user principal.
|
void |
init()
Implement this method to know about init life cycle callback.
|
createConfigurationCapabilities, getConfigurationCapabilities, getContext, getStatus, getType, toStringprivate ShellFactory factory
public ProcessorIOHandler()
public TermIOHandler getImplementation()
CRaSHPlugingetImplementation in class CRaSHPlugin<TermIOHandler>public void init()
CRaSHPlugininit in class CRaSHPlugin<TermIOHandler>public void destroy()
CRaSHPlugindestroy in class CRaSHPlugin<TermIOHandler>public void handle(TermIO io, Principal user)
TermIOHandlerhandle in interface TermIOHandlerio - the iouser - the principalCopyright © 2015 eXo Platform SAS. All Rights Reserved.