org.crsh.shell
Class Evaluable

java.lang.Object
  extended by org.crsh.shell.Evaluable
All Implemented Interfaces:
java.util.concurrent.Callable<ShellResponse>

public class Evaluable
extends java.lang.Object
implements java.util.concurrent.Callable<ShellResponse>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Evaluable(Shell shell, java.lang.String s, CompletionHandler<ShellResponse> handler)
           
 
Method Summary
 ShellResponse call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluable

public Evaluable(Shell shell,
                 java.lang.String s,
                 CompletionHandler<ShellResponse> handler)
Method Detail

call

public ShellResponse call()
Specified by:
call in interface java.util.concurrent.Callable<ShellResponse>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.