org.codehaus.waffle.registrar
Interface RubyAwareRegistrar
- All Known Implementing Classes:
- AbstractRubyAwareRegistrar, PicoRegistrar
public interface RubyAwareRegistrar
Implementations of this interface will allow for Ruby scripts to be registred with Waffle.
- Author:
- Michael Ward
Method Summary |
void |
registerRubyScript(java.lang.String key,
java.lang.String className)
Register a ruby script with Waffle |
registerRubyScript
void registerRubyScript(java.lang.String key,
java.lang.String className)
- Register a ruby script with Waffle
- Parameters:
key
- the name this script should be registred underclassName
- represent the name of the Ruby class being registred
Copyright © 2008. All Rights Reserved.