public class PackagedPlugin extends AbstractEclipseOsgiPlugin
| Constructor and Description | 
|---|
| PackagedPlugin(File jar) | 
| 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 | 
| boolean | hasManifest()Whether the manifest is present or not | 
getFile, getManifestAttribute, getPluginProperties, getPomProperties, setFile, toStringpublic PackagedPlugin(File jar) throws IOException
IOExceptionpublic boolean hasManifest()
                    throws IOException
EclipseOsgiPluginIOExceptionpublic JarFile getJar() throws IOException
EclipseOsgiPluginIOExceptionpublic Manifest getManifest() throws IOException
EclipseOsgiPluginnull if it has no manifestIOExceptionpublic File getJarFile() throws IOException
EclipseOsgiPluginIOExceptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.