org.apache.maven.script.beanshell

Class BeanshellMojoAdapter

public class BeanshellMojoAdapter extends AbstractMojo implements BshComponent

Mojo adapter for a Beanshell Mojo.

Version: $Id: BeanshellMojoAdapter.java 293233 2005-10-03 04:24:11Z brett $

Author: Brett Porter

UNKNOWN: should log be passed in, or rely on getLog() ?

Constructor Summary
BeanshellMojoAdapter(Mojo mojo, Interpreter interpreter)
Method Summary
voidexecute()
InterpretergetInterpreter()

Constructor Detail

BeanshellMojoAdapter

public BeanshellMojoAdapter(Mojo mojo, Interpreter interpreter)

Method Detail

execute

public void execute()

getInterpreter

public Interpreter getInterpreter()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.