Class LaunchCommandHandler
java.lang.Object
com.microsoft.java.debug.plugin.internal.LaunchCommandHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetLaunchCommandLength(com.microsoft.java.debug.core.protocol.Requests.LaunchArguments launchArguments) Get the approximate command line length based on the launch arguments.
-
Constructor Details
-
LaunchCommandHandler
public LaunchCommandHandler()
-
-
Method Details
-
getLaunchCommandLength
public static int getLaunchCommandLength(com.microsoft.java.debug.core.protocol.Requests.LaunchArguments launchArguments) Get the approximate command line length based on the launch arguments.- Parameters:
launchArguments- - the launch arguments- Returns:
- the approximate command line length
-