blob: 1bb525801d3cca42e627aac0b5365a57ff615471 [file] [log] [blame]
package org.eclipse.dltk.core;
/**
* This class contains cached information about file hierarchy
*/
public interface IFileHierarchyInfo {
/**
* Checks whether the given file exists in the file hierarchy.
*/
public boolean exists(ISourceModule file);
}