|
LimeWire Consolidated API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.limegroup.gnutella.LimeCoreGlue
public class LimeCoreGlue
This class is the glue that holds LimeWire together. All various components are wired together here.
| Nested Class Summary | |
|---|---|
static class |
LimeCoreGlue.InstallFailedException
Simple exception for failure to install. |
| Constructor Summary | |
|---|---|
LimeCoreGlue(com.google.inject.Provider<SimppManager> simppManager)
|
|
| Method Summary | |
|---|---|
String |
getServiceName()
|
void |
initialize()
|
void |
install()
Wires all various components together. |
static void |
preinstall()
Wires initial pieces together that are required for nearly everything. |
static void |
preinstall(File userSettingsDir)
Wires initial pieces together that are required for nearly everything. |
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public LimeCoreGlue(com.google.inject.Provider<SimppManager> simppManager)
| Method Detail |
|---|
public static void preinstall()
throws LimeCoreGlue.InstallFailedException
userSettingsDir - the preferred directory for user settings
LimeCoreGlue.InstallFailedException
public static void preinstall(File userSettingsDir)
throws LimeCoreGlue.InstallFailedException
userSettingsDir - the preferred directory for user settings
LimeCoreGlue.InstallFailedExceptionpublic String getServiceName()
getServiceName in interface Servicepublic void initialize()
initialize in interface Servicepublic void start()
start in interface Servicepublic void stop()
stop in interface Servicepublic void install()
|
LimeWire Consolidated API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||