Class V8ProjectLazySupplier

    • Constructor Detail

      • V8ProjectLazySupplier

        public V8ProjectLazySupplier​(String projectName,
                                     Path projectLocation,
                                     TestingWorkspace testingWorkspace,
                                     IV8ProjectManager v8ProjectManager)
        Creates the supplier.
        Parameters:
        projectName - the project name to be opened, cannot be null
        projectLocation - the location of the project parent directory, cannot be null
        testingWorkspace - the testing workspace instance to load the project from, cannot be null
        v8ProjectManager - the V8 project manager, cannot be null