blob: 94e8f1a54270bf181b22d8f87605cee9f0594609 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2011 SAP AG 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:
* SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.tycho.core;
import org.eclipse.tycho.ArtifactDescriptor;
import org.eclipse.tycho.model.Feature;
import org.eclipse.tycho.model.FeatureRef;
public interface FeatureDescription extends ArtifactDescriptor {
FeatureRef getFeatureRef();
Feature getFeature();
}