package org.glavo.javah; import java.nio.file.Path; public interface SearchPath { Path searchClass(String className) ; }