public interface IArtifactFilter
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IStatus |
filter(org.eclipse.core.resources.IProject project,
ArtifactKey artifact) |
org.eclipse.core.runtime.IStatus filter(org.eclipse.core.resources.IProject project,
ArtifactKey artifact)
project - is the filtering context project. can be null if no project context.artifact - is the artifact to filternull or OK status if the artifact should be allowed, INFO/WARNING status to allow with a
message and ERROR status to block the artifact.Copyright © 2005–2021 Eclipse Foundation. All rights reserved.