package cc.glsn;

public interface DirUpdateDetectorFilter
{
    public boolean careAboutThisDirectory(String RelPath);
    
}
