blob: 4445213e1983b7633125e949c00e4b7876c0a838 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation.
* 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.ptp.debug.core;
import org.eclipse.ptp.debug.core.model.IPLocationSet;
/**
* @since 5.0
*/
public interface IPLocationSetManager {
/**
* @return
*/
public IPLocationSet[] getLocationSets();
}