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

org.protege.osgi.framework.service.LaunchInfoService Maven / Gradle / Ivy

There is a newer version: 5.6.5
Show newest version
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