org.eclipse.xtext.builder
Interface EclipseResourceFileSystemAccess2.IFileCallback

Enclosing class:
EclipseResourceFileSystemAccess2

public static interface EclipseResourceFileSystemAccess2.IFileCallback

This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients.

Method Summary
 void afterFileCreation(org.eclipse.core.resources.IFile file)
           
 void afterFileUpdate(org.eclipse.core.resources.IFile file)
           
 boolean beforeFileDeletion(org.eclipse.core.resources.IFile file)
           
 

Method Detail

afterFileUpdate

void afterFileUpdate(org.eclipse.core.resources.IFile file)

afterFileCreation

void afterFileCreation(org.eclipse.core.resources.IFile file)

beforeFileDeletion

boolean beforeFileDeletion(org.eclipse.core.resources.IFile file)
Returns:
whether a deletion is vetoed.