public class ExplodedPlugin extends AbstractEclipseOsgiPlugin
| Constructor and Description | 
|---|
| ExplodedPlugin(File folder) | 
| 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 | 
| Properties | getPomProperties()set the pom property to install unpacked if it was unpacked | 
| boolean | hasManifest()Whether the manifest is present or not | 
getFile, getManifestAttribute, getPluginProperties, setFile, toStringpublic ExplodedPlugin(File folder)
public Manifest getManifest() throws IOException
EclipseOsgiPluginnull if it has no manifestIOExceptionpublic boolean hasManifest()
EclipseOsgiPluginpublic File getJarFile() throws IOException
EclipseOsgiPluginIOExceptionpublic JarFile getJar() throws IOException
EclipseOsgiPluginIOExceptionpublic Properties getPomProperties()
getPomProperties in interface EclipseOsgiPlugingetPomProperties in class AbstractEclipseOsgiPluginCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.