blob: ddd3afe326528007882f0a46a5b8c1353271423e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.debug.internal.ui.stringsubstitution;
/**
* A variable presentation extension can contribute an argument selector
* which is use to configure the argument for a string substitution
* variable.
*
* @since 3.0
*/
public interface IArgumentSelector extends org.eclipse.debug.ui.stringsubstitution.IArgumentSelector{
}