|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
public class PackagedPlugin
Represents an Eclipse plugin that it's packaged as a jar
Constructor Summary | |
---|---|
PackagedPlugin(File jar)
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin |
---|
getFile, getManifestAttribute, getPluginProperties, getPomProperties, setFile, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PackagedPlugin(File jar) throws IOException
IOException
Method Detail |
---|
public boolean hasManifest() throws IOException
EclipseOsgiPlugin
IOException
public JarFile getJar() throws IOException
EclipseOsgiPlugin
IOException
public Manifest getManifest() throws IOException
EclipseOsgiPlugin
null
if it has no manifest
IOException
public File getJarFile() throws IOException
EclipseOsgiPlugin
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |