public final class DuplicateFilteringLoggingProgressMonitor extends LoggingProgressMonitor
LoggingProgressMonitor which removes duplicated and other obsolete log output produced by
p2/ECF when downloading artifacts.
Instances of this class are not thread-safe.
| Constructor and Description |
|---|
DuplicateFilteringLoggingProgressMonitor(MavenLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
suppressOutputOf(String text) |
beginTask, done, internalWorked, isCanceled, setCanceled, setTaskName, subTask, workedpublic DuplicateFilteringLoggingProgressMonitor(MavenLogger logger)
protected boolean suppressOutputOf(String text)
suppressOutputOf in class LoggingProgressMonitortext - The candidate text for logging. Never null.Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.