Uses of Class
org.nuxeo.osgi.application.StandaloneApplication
-
Packages that use StandaloneApplication Package Description org.nuxeo.osgi.application -
-
Uses of StandaloneApplication in org.nuxeo.osgi.application
Fields in org.nuxeo.osgi.application declared as StandaloneApplication Modifier and Type Field Description protected StandaloneApplication
ApplicationBundleLoader. app
Methods in org.nuxeo.osgi.application that return StandaloneApplication Modifier and Type Method Description static StandaloneApplication
StandaloneApplication. createInstance(SharedClassLoader cl)
static StandaloneApplication
StandaloneApplication. getInstance()
Constructors in org.nuxeo.osgi.application with parameters of type StandaloneApplication Constructor Description ApplicationBundleLoader(StandaloneApplication app)
ApplicationBundleLoader(StandaloneApplication app, boolean useCache)
-