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, toString
private ShellFactory factory
public ProcessorIOHandler()
public TermIOHandler getImplementation()
CRaSHPlugin
getImplementation
in class CRaSHPlugin<TermIOHandler>
public void init()
CRaSHPlugin
init
in class CRaSHPlugin<TermIOHandler>
public void destroy()
CRaSHPlugin
destroy
in class CRaSHPlugin<TermIOHandler>
public void handle(TermIO io, Principal user)
TermIOHandler
handle
in interface TermIOHandler
io
- the iouser
- the principalCopyright © 2015 eXo Platform SAS. All Rights Reserved.