Package org.eclipse.wst.validation.internal.provisional.core

Examples of org.eclipse.wst.validation.internal.provisional.core.IReporter


        || !(PHPToolkitUtil.isPhpFile((IFile) resource))) {
      return null;
    }

    ValidationResult result = new ValidationResult();
    IReporter reporter = result.getReporter(monitor);
    validateFile(reporter, (IFile) resource, kind);

    return result;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.validation.internal.provisional.core.IReporter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.