Class RemoteRuntimeDebugLaunchShortcut

  • All Implemented Interfaces:
    org.eclipse.debug.ui.ILaunchShortcut, org.eclipse.debug.ui.ILaunchShortcut2

    public class RemoteRuntimeDebugLaunchShortcut
    extends AbstractLaunchShortcut
    Remote 1C:Enterprise runtime debug connection launch shortcut.
    • Constructor Detail

      • RemoteRuntimeDebugLaunchShortcut

        public RemoteRuntimeDebugLaunchShortcut()
    • Method Detail

      • isValid

        protected boolean isValid​(org.eclipse.debug.core.ILaunchConfiguration configuration,
                                  String mode)
                           throws org.eclipse.core.runtime.CoreException
        Description copied from class: AbstractLaunchShortcut
        Validates the given launch configuration. Returns whether launch configuration has valid and ready-to-launch attributes.
        Overrides:
        isValid in class AbstractLaunchShortcut
        Parameters:
        configuration - launch configuration to validate, cannot be null
        mode - one of the launch modes defined by the launch manager, cannot be null
        Returns:
        whether launch configuration has valid and ready-to-launch values
        Throws:
        org.eclipse.core.runtime.CoreException - if validation fails
      • getNameSuffix

        protected String getNameSuffix()
        Description copied from class: AbstractLaunchShortcut
        Returns the name suffix for newly created launch configuration, will be appended to the generated name or null if suffix not needed. Default implementation returns null.
        Overrides:
        getNameSuffix in class AbstractLaunchShortcut
        Returns:
        the name suffix for newly created launch configuration, or null if suffix not needed