org.ceryle.plugin
Interface Plugin

All Superinterfaces:
Disposable
All Known Implementing Classes:
PluginBase

public interface Plugin
extends Disposable

An interface for Ceryle plugins.

Since:
JDK1.4
Version:
$Id: Plugin.java,v 3.3 2007-06-15 12:09:29 altheim Exp $
Author:
Murray Altheim
See Also:
PluginBase

Method Summary
 void loadClass(String path)
          Loads a Java class whose path identifier is the String path.
 
Methods inherited from interface org.ceryle.plugin.Disposable
closing, dispose
 

Method Detail

loadClass

void loadClass(String path)
               throws PluginException
Loads a Java class whose path identifier is the String path.

Throws:
PluginException


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.