All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mike10004.vhs.EntryMatcherFactory Maven / Gradle / Ivy

package io.github.mike10004.vhs;

import java.io.IOException;
import java.util.List;

public interface EntryMatcherFactory {

     EntryMatcher createEntryMatcher(List harEntries, EntryParser requestParser) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy