|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
Represents an Eclipse plugin that it's packaged as a jar
Constructor Summary | |
PackagedPlugin(java.io.File jar)
|
Method Summary | |
java.util.jar.JarFile |
getJar()
Get a jar with the plugin contents |
java.io.File |
getJarFile()
Get a jar with the plugin contents |
java.util.jar.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(java.io.File jar) throws java.io.IOException
Method Detail |
public boolean hasManifest() throws java.io.IOException
EclipseOsgiPlugin
java.io.IOException
public java.util.jar.JarFile getJar() throws java.io.IOException
EclipseOsgiPlugin
java.io.IOException
public java.util.jar.Manifest getManifest() throws java.io.IOException
EclipseOsgiPlugin
null
if it has no manifest
java.io.IOException
public java.io.File getJarFile() throws java.io.IOException
EclipseOsgiPlugin
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |