Eclipse Platform
2.0

org.eclipse.update.core
Interface IIncludedFeatureReference

All Superinterfaces:
IAdaptable, IFeatureReference
All Known Implementing Classes:
IncludedFeatureReference

public interface IIncludedFeatureReference
extends IFeatureReference

Included Feature reference. A reference to a included feature on a particular update site.

Clients may implement this interface. However, in most cases clients should directly instantiate or subclass the provided implementation of this interface.

Since:
2.0.1
See Also:
FeatureReference

Method Summary
 String getName()
          Returns the name of the feature reference.
 boolean isOptional()
          Returns true if the feature is optional, false otherwise.
 
Methods inherited from interface org.eclipse.update.core.IFeatureReference
addCategory, getCategories, getFeature, getSite, getURL, getVersionedIdentifier, setSite, setURL
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

isOptional

public boolean isOptional()
Returns true if the feature is optional, false otherwise.

Specified by:
isOptional in interface IFeatureReference
Returns:
boolean
Since:
2.0.1

getName

public String getName()
Returns the name of the feature reference.

Specified by:
getName in interface IFeatureReference
Returns:
feature reference name
Since:
2.0.1

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.