|
||||||||||
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.ExplodedPlugin
public class ExplodedPlugin
Represents an Eclipse plugin that it's exploded in a directory
Constructor Summary | |
---|---|
ExplodedPlugin(File folder)
|
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 |
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(File folder)
Method Detail |
---|
public Manifest getManifest() throws IOException
EclipseOsgiPlugin
null
if it has no manifest
IOException
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |