Java org.springframework.ide.eclipse.boot.dash.cloudfoundry.debug DebugSupport fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ide.eclipse.boot.dash.cloudfoundry.debug DebugSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ide.eclipse.boot.dash.cloudfoundry.debug DebugSupport.

The text is from its open source code.

Method

voidclearEnvVars(Map environmentVariables)
Like setupEnvVars, but called when debugging is disabled.
OperationcreateOperation(CloudAppDashElement app, String opName, UserInteractions ui, CancelationToken cancelToken)
Creates operation that does whatever is needed to get debugger connected to the targetted app.
StringgetNotSupportedMessage(CloudAppDashElement app)
If isSupported returns false than the support strategy may also return an explanation why the strategy is not supported (e.g.
booleanisDebuggerAttached(CloudAppDashElement app)
Determines whether debugger is currently attached to the targetted app.
booleanisSupported(CloudAppDashElement app)
Determine whether debugging can be supported (using the strategy impemented by this DebugSupport instance)
voidsetupEnvVars(Map environmentVariables)
Called to allow debug support to muck around with environment variables so that it can do things like add debugging options to 'JAVA_OPTS'.