com.metamatrix.script.shell
Interface CustomParser

All Known Implementing Classes:
SimpleParser

public interface CustomParser

An interface used for replacing/or Hijacking the Beanshell parser

Since:
4.3
Author:
Ramesh Reddy

Method Summary
 java.lang.String convert(java.lang.String strEntered)
          Convert the command entered on the command line to bean shell specific command.
 void setInterpreter(Interpreter i)
           
 

Method Detail

convert

java.lang.String convert(java.lang.String strEntered)
Convert the command entered on the command line to bean shell specific command.

Parameters:
strEntered -
Returns:
bean shell understandable command
Since:
4.3

setInterpreter

void setInterpreter(Interpreter i)


Copyright © 2009. All Rights Reserved.