blob: c796240a415f8412fb7ea7165da42dc511b40279 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 Intel 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:
* Intel Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.help.internal.index;
import org.eclipse.help.IHelpResource;
public interface IIndexTopic extends IHelpResource {
String getLocation();
}