|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.plugin.PluginLoader
public class PluginLoader
This class defines a PluginLoader
| Constructor Summary | |
|---|---|
PluginLoader()
|
|
| Method Summary | |
|---|---|
static ReplicatorPlugin |
load(java.lang.String name)
Load plugin implementation. |
static java.lang.Class<?> |
loadClass(java.lang.String name)
Load plugin class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginLoader()
| Method Detail |
|---|
public static ReplicatorPlugin load(java.lang.String name)
throws ReplicatorException
name - The name of the plugin implementation class to be loaded.
ReplicatorException
public static java.lang.Class<?> loadClass(java.lang.String name)
throws ReplicatorException
name - The name of the plugin implementation class to be loaded.
ReplicatorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||