|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fraid.plugin.PlugInFactory
public class PlugInFactory
A singleton which finds the appropriate plugin according to the name or XML descripption passed.
| Constructor Summary | |
|---|---|
PlugInFactory()
|
|
| Method Summary | |
|---|---|
static BehaviorBean |
getPlugIn(java.lang.String aPlugInName)
The method which does the job. |
protected static BehaviorBean |
instantiatePlugIn(java.lang.String aPlugInName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlugInFactory()
| Method Detail |
|---|
public static BehaviorBean getPlugIn(java.lang.String aPlugInName)
aPlugInName - a file name in the settings directory,
a plugin class name or XML serialized class. See _plot in the examples.
BehaviourPlugInAdapter valueBehaviourPlugInAdapter
protected static BehaviorBean instantiatePlugIn(java.lang.String aPlugInName)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||