package net.sf.openrocket.startup.jij; import java.net.URL; import java.util.List; public interface ClasspathProvider { public List<URL> getUrls(); }