|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wonderly.jeaprs.aprs.app.APRSLoadableClientJar
This class is used to manage loadable jar files to allow software modules to be added into JeAPRS without having to change or manage the applications classpath, restart it or other mess with it.
Constructor Summary | |
APRSLoadableClientJar(java.lang.String jarFileName)
Create a new object accessing the passed jar file. |
Method Summary | |
java.util.Enumeration |
getClients()
Returns all of the classes implementing the wonderly.jeaprs.aprs.APRSClient interface in
the jar this object was constructed with. |
java.util.Enumeration |
getEventGenerators()
Returns all of the classes implementing the wonderly.jeaprs.aprs.packet.APRSEventGenerator
interface in the jar this object was constructed with. |
java.util.Enumeration |
getTNCs()
Returns all of the classes implementing the wonderly.jeaprs.aprs.TNC interface in
the jar this object was constructed with. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public APRSLoadableClientJar(java.lang.String jarFileName) throws java.io.IOException
Method Detail |
public java.util.Enumeration getClients()
wonderly.jeaprs.aprs.APRSClient
interface in
the jar this object was constructed with.
public java.util.Enumeration getEventGenerators()
wonderly.jeaprs.aprs.packet.APRSEventGenerator
interface in the jar this object was constructed with.
public java.util.Enumeration getTNCs()
wonderly.jeaprs.aprs.TNC
interface in
the jar this object was constructed with.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |