package org.araqne.logdb; import java.util.List; public interface FilePathHelper { List<String> getMatchedPaths(); }