public final class TechilaManagerFactory
extends java.lang.Object
TechilaManager techila = TechilaManagerFactory.getTechilaManager();
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
findConffile()
Find the techila_settings.ini file from various locations.
|
static java.util.Vector<TechilaManager> |
getActive()
Get a list of all active TechilaManager instances.
|
static TechilaManager |
getTechilaManager()
Get a new instance of TechilaManager.
|
static boolean |
isCleanup()
Get the processing flag for file cleanups.
|
static void |
setCleanup(boolean cleanup)
Set the processing flag for file cleanups.
|
static void |
unloadAll(boolean removeTempDir,
boolean recursive)
Method for unloading all active TechilaManager instances.
|
public static TechilaManager getTechilaManager()
public static java.util.Vector<TechilaManager> getActive()
public static void unloadAll(boolean removeTempDir,
boolean recursive)
removeTempDir - Remove temporary directory createdrecursive - recursive removepublic static java.lang.String findConffile()
public static boolean isCleanup()
public static void setCleanup(boolean cleanup)
cleanup -