org.cafesip.upgrade
Class RunnerFactory
java.lang.Object
org.cafesip.upgrade.RunnerFactory
public class RunnerFactory
- extends java.lang.Object
An internal class that serves as a factory for the script runner objects. See
ScriptRunner for details.
- Author:
- Amit Chatterjee
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RunnerFactory getInstance()
init
public void init()
throws java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
getRunner
public ScriptRunner getRunner(java.lang.String ext)
getRunners
public java.util.HashMap<java.lang.String,ScriptRunner> getRunners()
Copyright © 2009 CafeSip.org. All Rights Reserved.