Class OSGILauncher

    • Constructor Detail

      • OSGILauncher

        public OSGILauncher()
    • Method Detail

      • getFrameworkContextClassLoader

        public java.lang.ClassLoader getFrameworkContextClassLoader()
      • searchFor

        protected java.lang.String searchFor​(java.lang.String target,
                                             java.lang.String start)
        Searches for the given target directory starting in the "plugins" subdirectory of the given location. If one is found then this location is returned; otherwise an exception is thrown.
        Parameters:
        target -
        start - the location to begin searching
        Returns:
        the location where target directory was found
      • findMax

        protected int findMax​(java.lang.String[] candidates)