CleanInput

public class CleanInput

Input for a clean build.

Fields

languages

public final Iterable<ILanguageImpl> languages

Languages to run clean operations for.

project

public final IProject project

Project to clean.

selector

public final FileSelector selector

File selector to determine which resources are eligible for cleaning, or null to allow everything to be cleaned.

Constructors

CleanInput

public CleanInput(IProject project, Iterable<ILanguageImpl> languages, FileSelector selector)