|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrog.Frog
public class Frog
Main class for FROG. Loads Plugins and Filters.
| Field Summary | |
|---|---|
static Class<?>[] |
availFilters
array of available filter classes |
static String |
codeBase
the directory FROG is running from |
| Method Summary | |
|---|---|
void |
discover(Vector<Device> devices)
Given an empty list of devices to fill up, starts searching for devices that are available. |
static Frog |
getInstance()
Returns the singleton instance of FROG |
static Session |
newSession()
Creates a new Session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Class<?>[] availFilters
public static final String codeBase
| Method Detail |
|---|
public void discover(Vector<Device> devices)
Device.connect(DeviceListener).
devices - to be filled with potential devices to connect topublic static Frog getInstance()
public static Session newSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||