public interface EclipseOsgiPlugin
| Modifier and Type | Method and Description | 
|---|---|
JarFile | 
getJar()
Get a jar with the plugin contents 
 | 
File | 
getJarFile()
Get a jar with the plugin contents 
 | 
Manifest | 
getManifest()
Get the plugin Manifest 
 | 
String | 
getManifestAttribute(String key)  | 
Properties | 
getPluginProperties()
Loads the plugin.properties file from a the plugin, usually needed in order to resolve the artifact name. 
 | 
Properties | 
getPomProperties()
Properties to add to the pom 
 | 
boolean | 
hasManifest()
Whether the manifest is present or not 
 | 
Manifest getManifest() throws IOException
null if it has no manifestIOExceptionboolean hasManifest()
                    throws IOException
IOExceptionJarFile getJar() throws IOException
IOExceptionFile getJarFile() throws IOException
IOExceptionProperties getPluginProperties() throws IOException
IOException - for exceptions while reading the fileProperties getPomProperties()
String getManifestAttribute(String key) throws IOException
IOExceptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.