org.eclipse.cdt.make.core.makefile
Interface IMakefileValidator

All Known Implementing Classes:
GNUMakefileValidator

public interface IMakefileValidator

Author:
alain To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void checkFile(org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void setMarkerGenerator(IMarkerGenerator errorHandler)
           
 

Method Detail

setMarkerGenerator

void setMarkerGenerator(IMarkerGenerator errorHandler)

checkFile

void checkFile(org.eclipse.core.resources.IFile file,
               org.eclipse.core.runtime.IProgressMonitor monitor)