org.protege.osgi.framework.service.LaunchInfoService Maven / Gradle / Ivy
package org.protege.osgi.framework.service;
import org.protege.osgi.framework.BundleSearchPath;
import java.util.List;
public interface LaunchInfoService {
String[] getCommandLineArguments();
List getSearchPath();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy