public class StallionClassLoader extends Object
Constructor and Description |
---|
StallionClassLoader() |
Modifier and Type | Method and Description |
---|---|
static Class |
loadClass(String className)
Loads a class based on the name, looking in the Stallion jar classpath, and then
also looking up via the class loader for all plugins
|
static Class |
loadClass(String pluginName,
String className)
Load a class using the class loader of the given plugin
|
public StallionClassLoader()
Copyright © 2016. All rights reserved.