Class ExecutabilityFilter

  • All Implemented Interfaces:
    IProjectReferenceFilter

    public class ExecutabilityFilter
    extends Object
    implements IProjectReferenceFilter
    This filters a list of projects down to those, that can be potentially executed.

    This is not the same thing as it being buildable. It means that the job could be built, if the circumstances are right. In other words, it ignores the Job.isBuildable() value.

    Author:
    mhschroe