org.ocltf.common
Interface Plugin

All Known Implementing Classes:
Library

public interface Plugin

All plug-ins that can be found and used by the framework must implement this interface

Author:
Chad Brandon

Method Summary
 java.lang.String getName()
          Returns the name of this Plugin.
 java.lang.String getResourceName()
          The name of the resource (i.e META-INF/cartridge.xml) that will configure an instance of this Plugin.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this Plugin. This name must be unique amoung those Plugins of the same type.

Returns:
String the name of this Plugin

getResourceName

public java.lang.String getResourceName()
The name of the resource (i.e META-INF/cartridge.xml) that will configure an instance of this Plugin.

Returns:
String the name of the resource that can configure an instance of this Plugin.


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.