org.codehaus.gmaven.runtime
Interface Shell

All Superinterfaces:
Component

public interface Shell
extends Component

An abstraction of the Groovy CLI shell.

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

Nested Class Summary
static interface Shell.Keys
           
 
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.