Class ListQueryable<T>

java.lang.Object
org.eclipse.tycho.p2maven.ListQueryable<T>
Type Parameters:
T -
All Implemented Interfaces:
org.eclipse.equinox.p2.query.IQueryable<T>

public final class ListQueryable<T> extends Object implements org.eclipse.equinox.p2.query.IQueryable<T>
an implementation of the IQueryable interface that has a backing list of delegates that are queried to have the final result.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.eclipse.equinox.p2.query.IQueryable<T> child)
     
    org.eclipse.equinox.p2.query.IQueryResult<T>
    query(org.eclipse.equinox.p2.query.IQuery<T> query, org.eclipse.core.runtime.IProgressMonitor monitor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.equinox.p2.query.IQueryable

    contains
  • Constructor Details

    • ListQueryable

      public ListQueryable()
  • Method Details

    • query

      public org.eclipse.equinox.p2.query.IQueryResult<T> query(org.eclipse.equinox.p2.query.IQuery<T> query, org.eclipse.core.runtime.IProgressMonitor monitor)
      Specified by:
      query in interface org.eclipse.equinox.p2.query.IQueryable<T>
    • add

      public void add(org.eclipse.equinox.p2.query.IQueryable<T> child)