Java源码示例:org.pf4j.JarPluginLoader

示例1
@Override
protected PluginLoader createPluginLoader() {
  // Returns a JarPluginLoader as it is the only format we support
  return new JarPluginLoader(this);
}
 
示例2
@Override
protected PluginLoader createPluginLoader() {
  return new JarPluginLoader(this);
}