Java源码示例:org.pf4j.JarPluginLoader
示例1@Override
protected PluginLoader createPluginLoader() {
// Returns a JarPluginLoader as it is the only format we support
return new JarPluginLoader(this);
}
@Override
protected PluginLoader createPluginLoader() {
return new JarPluginLoader(this);
}