|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.system.SystemServices
public class SystemServices
Singleton, system-wide services and data.
Copyright 2006-2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
SystemServices()
|
|
| Method Summary | |
|---|---|
static AppManager |
appManager()
Returns the AppManager for this system. |
static CacheManager |
cacheManager()
Returns the cache manager for this system. |
static CogSchema |
cogSchema()
|
static Registry<Daemon> |
daemons()
Returns the daemon registry. |
static Environment |
environment()
Returns the current Environment for this system. |
static SystemEventManager |
eventManager()
Returns the event manager for this system. |
static ModuleManager |
moduleManager()
Returns the ModuleManager for this system. |
static PreferencesManager |
preferences()
Returns the preferences manager for this system. |
static ProductBranding |
productBranding()
Returns the product branding. |
static RegistryManager |
registryManager()
Returns the registry manager for this system. |
static ShutdownManager |
shutdownManager()
Returns the shutdown manager. |
static SoundEventManager |
soundEventManager()
Returns the sound event manager for this system. |
static Vfs |
vfs()
Returns the Vfs rooted at the installation directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemServices()
| Method Detail |
|---|
public static Vfs vfs()
public static AppManager appManager()
public static ModuleManager moduleManager()
public static Environment environment()
public static SystemEventManager eventManager()
public static RegistryManager registryManager()
public static PreferencesManager preferences()
public static SoundEventManager soundEventManager()
public static CacheManager cacheManager()
public static Registry<Daemon> daemons()
public static CogSchema cogSchema()
public static ShutdownManager shutdownManager()
public static ProductBranding productBranding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||