com.khubla.pragmatach.framework.plugin
Class PluginDescriptor
java.lang.Object
com.khubla.pragmatach.framework.plugin.PluginDescriptor
public class PluginDescriptor
- extends Object
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTIVATOR
public static final String ACTIVATOR
- name
- See Also:
- Constant Field Values
PluginDescriptor
public PluginDescriptor(URL url,
InputStream inputStream,
javax.servlet.ServletContext servletContext)
throws PragmatachException
- Throws:
PragmatachException
getManifest
public Manifest getManifest()
throws PragmatachException
- get the plugin jar manifest
- Throws:
PragmatachException
getName
public String getName()
getPlugin
public Plugin getPlugin()
getProperties
public Properties getProperties()
getResource
public InputStream getResource(String name)
throws PragmatachException
- get a resource from this plugin's jar
- Throws:
PragmatachException
getUrl
public URL getUrl()
Copyright © 2014 khubla.com. All rights reserved.