org.codehaus.groovy.maven.runtime
Interface Shell

All Superinterfaces:
Component

public interface Shell
extends Component

An abstraction of the Groovy CLI shell.

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

Nested Class Summary
static interface Shell.Keys
           
 
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-2008 Codehaus. All Rights Reserved.