net.sf.efhnbm/0 0.4 5

net.sf.efhnbm
Class LaunchersFactory

java.lang.Object
  extended by net.sf.efhnbm.LaunchersFactory

public class LaunchersFactory
extends java.lang.Object

launchers factory

Version:
$Id: LaunchersFactory.java 51 2009-01-25 16:32:24Z anegrin $
Author:
alessandro negrin

Method Summary
static LaunchersFactory getInstance()
          get factory singleton instance
 Launcher getLauncher()
          get the launcher to start exploring
 void reset()
          reset the factory (config has been changed)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LaunchersFactory getInstance()
get factory singleton instance

Returns:
a factory

reset

public void reset()
reset the factory (config has been changed)


getLauncher

public Launcher getLauncher()
get the launcher to start exploring

Returns:
the launcher

net.sf.efhnbm/0 0.4 5