![JAR search and dependency download from the Maven repository](/logo.png)
org.meridor.stecker.interfaces.ScanResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stecker-plugin-loader Show documentation
Show all versions of stecker-plugin-loader Show documentation
This is a plugin loading library. Its main purpose is to load extension point implementations from
provided plugins.
The newest version!
package org.meridor.stecker.interfaces;
public interface ScanResult {
ClassLoader getClassLoader();
PluginImplementationsAware getContents();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy