public interface ValidationDelegate
Modifier and Type | Field and Description |
---|---|
static ValidationDelegate |
NULL
A validation delegate that does nothing.
|
Modifier and Type | Method and Description |
---|---|
Optional<org.eclipse.emf.common.util.Diagnostic> |
validate(org.eclipse.core.resources.IFile file,
org.eclipse.core.runtime.IProgressMonitor monitor)
Validate a
file in the workspace. |
static final ValidationDelegate NULL
Optional<org.eclipse.emf.common.util.Diagnostic> validate(org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)
file
in the workspace.file
- the file to validatemonitor
- for reporting validation progressCopyright © 2019. All rights reserved.