org.ocltf.common
Class PluginDiscoverer

java.lang.Object
  extended byorg.ocltf.common.PluginDiscoverer

public class PluginDiscoverer
extends java.lang.Object

Discovers and loads all available Plugin objects from the current classpath.

Author:
Chad Brandon

Constructor Summary
PluginDiscoverer()
           
 
Method Summary
 void discoverPlugins()
          Finds and initializes all Plugin objects on the current classpath.
static PluginDiscoverer instance()
          Gets the default static instance of the PluginDicoverer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginDiscoverer

public PluginDiscoverer()
Method Detail

instance

public static PluginDiscoverer instance()
Gets the default static instance of the PluginDicoverer.

Returns:
PluginDiscoverer the static instance.

discoverPlugins

public void discoverPlugins()
Finds and initializes all Plugin objects on the current classpath.



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