|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectintegration.IntegratorLoader
public class IntegratorLoader
IntegratorLoader loads any integrator classes specified in the integrators.ini and inserts them into a list of available integrators. This is used to integrate plugin integrators into the console. The init() method is called from the main() method of SystemicBeta.
Method Summary | |
---|---|
static Integrator |
get(java.lang.String name)
Returns the integrator class corresponding to the given name. |
static int |
getBuiltInIntMethod(java.lang.String name)
|
static java.lang.Object[] |
getBuiltInList()
|
static Integrator |
getByIntMethod(int intMethod)
Given an intMethod (integer identifier) returns the corresponding integrator class. |
static java.lang.String |
getByIntMethodName(int intMethod)
Returns the name corresponding to intMethod (unique integer identifier). |
static Integrator |
getIntegrator(int i)
Gets the class of integrator #i in the private list. |
static int |
getIntMethod(java.lang.String name)
Returns a unique integer identifier for the requested integrator. |
static java.lang.String |
getName(int i)
Gets the name field of integrator #i in the private list. |
static void |
init()
Loads all the integrator classes specified in integrators.ini. |
static int |
size()
Count of loaded integrators. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Integrator get(java.lang.String name)
name
- String representation of the desired integrator.
public static int getIntMethod(java.lang.String name)
name
- Integrator name.
public static Integrator getByIntMethod(int intMethod)
intMethod
- Unique identifier (>10).
public static java.lang.String getByIntMethodName(int intMethod)
intMethod
- Unique integer identifier (>10)
public static int size()
public static java.lang.String getName(int i)
public static int getBuiltInIntMethod(java.lang.String name)
public static java.lang.Object[] getBuiltInList()
public static Integrator getIntegrator(int i)
public static void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |