Class BazelBspServerConfig
- java.lang.Object
-
- org.jetbrains.bsp.bazel.server.bsp.config.BazelBspServerConfig
-
public class BazelBspServerConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BazelBspServerConfig(java.lang.String pathToBazel, ProjectView projectView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBazelPath()ProjectViewgetProjectView()
-
-
-
Constructor Detail
-
BazelBspServerConfig
public BazelBspServerConfig(java.lang.String pathToBazel, ProjectView projectView)
-
-
Method Detail
-
getBazelPath
public java.lang.String getBazelPath()
-
getProjectView
public ProjectView getProjectView()
-
-