org.apache.fulcrum.bsf
Interface BSFService

All Superinterfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
DefaultBSFService

public interface BSFService
extends org.apache.avalon.framework.component.Component

Author:
Jason van Zyl

Field Summary
static java.lang.String ROLE
          Avalon role - used to id the component within the manager
 
Method Summary
 void execute(java.lang.String script)
          Execute a script supported by the BSF.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Avalon role - used to id the component within the manager

Method Detail

execute

public void execute(java.lang.String script)
Execute a script supported by the BSF.



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.