
tastymima.intf.TastyMiMa Maven / Gradle / Ivy
package tastymima.intf;
import java.net.URL;
import java.nio.file.Path;
import java.util.List;
public interface TastyMiMa {
public List analyze(
List oldClasspath,
Path oldClasspathEntry,
List newClasspath,
Path newClasspathEntry
);
static TastyMiMa newInstance(URL[] tastyMiMaClasspath, ClassLoader parent, Config config) {
return ReflectionLoaderImpl.newInstance(tastyMiMaClasspath, parent, config);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy