org.codehaus.mojo.groovy.runtime
Interface Console

All Superinterfaces:
org.codehaus.mojo.groovy.feature.Component

public interface Console
extends org.codehaus.mojo.groovy.feature.Component

An abstraction of the Groovy GUI console.

Version:
$Id: Console.java 5523 2007-10-25 07:29:13Z user57 $
Author:
Jason Dillon

Field Summary
static java.lang.String KEY
           
 
Method Summary
 void execute()
           
 
Methods inherited from interface org.codehaus.mojo.groovy.feature.Component
config, feature
 

Field Detail

KEY

static final java.lang.String KEY
Method Detail

execute

void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2007 Codehaus. All Rights Reserved.