org.eclipse.xtext.validation
Interface IResourceValidator

All Known Implementing Classes:
ResourceValidatorImpl

public interface IResourceValidator

Author:
Jan Koehnlein - NULL implementation, Sven Efftinge - Initial contribution and API

Field Summary
static IResourceValidator NULL
           
 
Method Summary
 java.util.List<Issue> validate(org.eclipse.emf.ecore.resource.Resource resource, CheckMode mode, CancelIndicator indicator)
           
 

Field Detail

NULL

static final IResourceValidator NULL
Method Detail

validate

java.util.List<Issue> validate(org.eclipse.emf.ecore.resource.Resource resource,
                               CheckMode mode,
                               CancelIndicator indicator)
Returns:
all issues of the underlying resources (includes syntax errors as well as semantic problems)