Class StandaloneApplication

java.lang.Object
org.nuxeo.osgi.OSGiAdapter
org.nuxeo.osgi.application.StandaloneApplication

public class StandaloneApplication extends OSGiAdapter
Author:
Bogdan Stefanescu
  • Field Details

    • MAIN_TASK

      public static final String MAIN_TASK
      See Also:
    • classLoader

      protected final SharedClassLoader classLoader
    • env

      protected final Environment env
    • isStarted

      protected boolean isStarted
    • home

      protected File home
    • classPath

      protected List<File> classPath
    • scanForNestedJARs

      protected boolean scanForNestedJARs
    • libdirs

      protected String[] libdirs
  • Method Details