blob: ae6190466c0dfdd1b691e8cd2b851b8370d5e70c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* 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{
}