Class QueryableCollection
- java.lang.Object
-
- org.eclipse.equinox.internal.p2.metadata.index.IndexProvider<org.eclipse.equinox.p2.metadata.IInstallableUnit>
-
- org.eclipse.tycho.repository.p2base.metadata.QueryableCollection
-
- All Implemented Interfaces:
org.eclipse.equinox.p2.metadata.index.IIndexProvider<org.eclipse.equinox.p2.metadata.IInstallableUnit>
,org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit>
public class QueryableCollection extends org.eclipse.equinox.internal.p2.metadata.index.IndexProvider<org.eclipse.equinox.p2.metadata.IInstallableUnit>
-
-
Constructor Summary
Constructors Constructor Description QueryableCollection(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.eclipse.equinox.p2.metadata.IInstallableUnit>
everything()
org.eclipse.equinox.p2.metadata.index.IIndex<org.eclipse.equinox.p2.metadata.IInstallableUnit>
getIndex(String memberName)
Object
getManagedProperty(Object client, String memberName, Object key)
-
-
-
Constructor Detail
-
QueryableCollection
public QueryableCollection(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius)
-
-