org.codehaus.groovy.maven.runtime
Interface Console

All Superinterfaces:
Component

public interface Console
extends Component

An abstraction of the Groovy GUI console.

Version:
$Id: Console.java 13152 2008-08-09 16:00:36Z user57 $
Author:
Jason Dillon

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

Field Detail

KEY

static final java.lang.String KEY
Method Detail

execute

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


Copyright © 2006-2010 Codehaus. All Rights Reserved.