Class ProjectPerTargetLaunchConfigProvider

    • Constructor Detail

      • ProjectPerTargetLaunchConfigProvider

        public ProjectPerTargetLaunchConfigProvider()
    • Method Detail

      • supports

        public boolean supports​(ILaunchDescriptor descriptor,
                                ILaunchTarget target)
                         throws org.eclipse.core.runtime.CoreException
        Description copied from interface: ILaunchConfigurationProvider
        Does this config provider provide launch configurations for the combination of descriptor and target. Note: this is called when filtering targets for a descriptor. Processing should be minimal.
        Returns:
        true if target is supported, false otherwise.
        Throws:
        org.eclipse.core.runtime.CoreException