Package com.intershop.gradle.icm.utils
Object JavaDebugSupport.Companion
-
- All Implemented Interfaces:
public class JavaDebugSupport.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static JavaDebugSupport.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final JavaDebugSupportdefaults(Project project)Returns an JavaDebugSupport instance that contains the default values final Stringdescribe()Describes the valid values for the taskOptionValuefinal JavaDebugSupportparse(Project project, String taskOptionValue)Parses a taskOptionValueto a new instance of JavaDebugSupport:flags
enabledandsuspendare parsed fromtaskOptionValueflag
serveralways istruevalue
portis determined from com.intershop.gradle.icm.docker.extension.DevelopmentConfiguration.asPortConfiguration (debug.hostPort)
-
-
Method Detail
-
defaults
final JavaDebugSupport defaults(Project project)
Returns an JavaDebugSupport instance that contains the default values
-
parse
final JavaDebugSupport parse(Project project, String taskOptionValue)
Parses a
taskOptionValueto a new instance of JavaDebugSupport:flags
enabledandsuspendare parsed fromtaskOptionValueflag
serveralways istruevalue
portis determined from com.intershop.gradle.icm.docker.extension.DevelopmentConfiguration.asPortConfiguration (debug.hostPort)
-
-
-