Class InstallationContextConstructor
- java.lang.Object
-
- org.jetbrains.bsp.bazel.installationcontext.InstallationContextConstructor
-
- All Implemented Interfaces:
ExecutionContextConstructor<InstallationContext>
public class InstallationContextConstructor extends java.lang.Object implements ExecutionContextConstructor<InstallationContext>
-
-
Constructor Summary
Constructors Constructor Description InstallationContextConstructor(io.vavr.control.Option<java.nio.file.Path> projectViewFilePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vavr.control.Try<InstallationContext>construct(org.jetbrains.bsp.bazel.projectview.model.ProjectView projectView)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jetbrains.bsp.bazel.executioncontext.api.ExecutionContextConstructor
construct
-
-
-
-
Method Detail
-
construct
public io.vavr.control.Try<InstallationContext> construct(org.jetbrains.bsp.bazel.projectview.model.ProjectView projectView)
- Specified by:
constructin interfaceExecutionContextConstructor<InstallationContext>
-
-