|
|||||||||||
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.ExplodedPlugin
Represents an Eclipse plugin that it's exploded in a directory
Constructor Summary | |
ExplodedPlugin(java.io.File folder)
|
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 |
java.util.Properties |
getPomProperties()
set the pom property to install unpacked if it was unpacked |
boolean |
hasManifest()
Whether the manifest is present or not |
Methods inherited from class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin |
getFile, getManifestAttribute, getPluginProperties, setFile, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExplodedPlugin(java.io.File folder)
Method Detail |
public java.util.jar.Manifest getManifest() throws java.io.IOException
EclipseOsgiPlugin
null
if it has no manifest
java.io.IOException
public boolean hasManifest()
EclipseOsgiPlugin
public java.io.File getJarFile() 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.Properties getPomProperties()
getPomProperties
in interface EclipseOsgiPlugin
getPomProperties
in class AbstractEclipseOsgiPlugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |