public interface PluginInformation
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
The ClassLoader which loaded the plugin.
|
URL |
getLocation()
The location from which the plugin has been loaded.
|
Manifest |
getManifest()
Manifest meta information from the plugin's jar.
|
URL getLocation()
ClassLoader getClassLoader()
Manifest getManifest()
Copyright © 2014–2015. All rights reserved.