|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.incongru.berkano.app.ApplicationsProvider
public class ApplicationsProvider
A simple wrapper around a map of registered applications. The default application will be the first one that was registered, as soon as PICO-243 is fixed.
| Constructor Summary | |
|---|---|
ApplicationsProvider(Application[] apps)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getAllApps()
|
Application |
getApp(java.lang.String appName)
Never returns null: if the appName param was null, returns the default Application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationsProvider(Application[] apps)
| Method Detail |
|---|
public Application getApp(java.lang.String appName)
public java.util.Collection getAllApps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||