| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| GroovyApply |
|
| 1.0;1 |
| 1 | package org.webslinger.bsf.groovy; | |
| 2 | ||
| 3 | import org.apache.bsf.BSFManager; | |
| 4 | ||
| 5 | public interface GroovyApply { | |
| 6 | Object apply(BSFManager bsf, Object[] args) throws Exception; | |
| 7 | } |