Class RuntimeManifoldHost

    • Constructor Detail

      • RuntimeManifoldHost

        public RuntimeManifoldHost()
    • Method Detail

      • bootstrap

        public static void bootstrap()
      • init

        public void init​(List<File> sourcepath,
                         List<File> classpath)
        Initialize host and its type manifolds. Includes classpath from the host's classloader in addition to provided classpath.
        Parameters:
        sourcepath - List of paths containing sources/resources
        classpath - List of paths comprising the classpath
        See Also:
        initDirectly(List, List)
      • initDirectly

        protected void initDirectly​(List<File> sourcepath,
                                    List<File> classpath)
        Initialize the host and its type loaders using specified sourcepath and classpath.
        Parameters:
        sourcepath - List of paths containing sources/resources
        classpath - List of paths comprising the classpath
      • createDefaultClassPath

        protected List<IDirectory> createDefaultClassPath()