org.codehaus.gmaven.runtime
Interface Console

All Superinterfaces:
Component

public interface Console
extends Component

An abstraction of the Groovy GUI console.

Version:
$Id: Console.java 11 2009-07-16 09:25:38Z user57 $
Author:
Jason Dillon

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

Field Detail

KEY

static final String KEY
Method Detail

execute

void execute(ClassLoader classLoader)
             throws Exception
Throws:
Exception


Copyright © 2006-2012 Codehaus. All Rights Reserved.