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

net.sf.okapi.common.ILoadsResources Maven / Gradle / Ivy

There is a newer version: 1.47.0
Show newest version
package net.sf.okapi.common;

public interface ILoadsResources {
	String getLoadableClassName();

	void setClassLoadingContext(ClassLoader classLoader);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy