org.crsh.shell
Interface ShellProcess

All Known Implementing Classes:
AsyncProcess, CRaSHProcess

public interface ShellProcess

The shell process.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void cancel()
          Attempt to cancel the shell process.
 void execute(ShellProcessContext processContext)
          Begin the process.
 

Method Detail

execute

void execute(ShellProcessContext processContext)
Begin the process.

Parameters:
processContext - the process context

cancel

void cancel()
Attempt to cancel the shell process.



Copyright © 2012 eXo Platform SAS. All Rights Reserved.