Documentation
¶
Index ¶
Constants ¶
View Source
const GazelleJavaBinEnvVar = "GAZELLE_JAVA_JAVAHOME"
GazelleJavaBinEnvVar is an environment variable that clients can use to point to a java installation. If this variable or JAVA_HOME are set, the javaparser server will start under that installation of java.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JavaparserLocator ¶ added in v0.31.0
type JavaparserLocator interface {
// contains filtered or unexported methods
}
type ServerManager ¶
type ServerManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(workspace, javaLogLevel string) (*ServerManager, error)
func (*ServerManager) Connect ¶
func (m *ServerManager) Connect() (*grpc.ClientConn, error)
func (*ServerManager) Shutdown ¶
func (m *ServerManager) Shutdown()
Click to show internal directories.
Click to hide internal directories.