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, toString
public ExplodedPlugin(File folder)
public Manifest getManifest() throws IOException
EclipseOsgiPlugin
null
if it has no manifestIOException
public boolean hasManifest()
EclipseOsgiPlugin
public File getJarFile() throws IOException
EclipseOsgiPlugin
IOException
public JarFile getJar() throws IOException
EclipseOsgiPlugin
IOException
public Properties getPomProperties()
getPomProperties
in interface EclipseOsgiPlugin
getPomProperties
in class AbstractEclipseOsgiPlugin
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.