org.codehaus.groovy.maven.runtime.util
Interface Callable


public interface Callable

Provides a simple way to represent a Groovy closure w/o the actual closure.

Version:
$Id: Callable.java 11355 2008-03-31 16:53:52Z user57 $
Author:
Jason Dillon

Method Summary
 java.lang.Object call(java.lang.Object[] args)
           
 

Method Detail

call

java.lang.Object call(java.lang.Object[] args)
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2008 Codehaus. All Rights Reserved.