|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.pdesupport.plugin.PluginDescriptorParser
public final class PluginDescriptorParser
Implements a parser which parses any kind of plugins (jar files, directories or eclipse plugin projects in a workspace).
| Field Summary | |
|---|---|
static java.lang.String |
FRAGMENT_XML_PATH
FRAGMENT_XML_FILE_PATH |
static java.lang.String |
MANIFEST_PATH
MANIFEST_FILE_PATH |
static java.lang.String |
PLUGIN_PROPERTIES_FILE_PATH
PLUGIN_PROPERTIES_FILE_PATH |
static java.lang.String |
PLUGIN_XML_PATH
PLUGIN_XML_FILE_PATH |
| Constructor Summary | |
|---|---|
PluginDescriptorParser()
|
|
| Method Summary | |
|---|---|
static PluginDescriptor |
parseEclipseProject(EclipseProject project)
Parses the manifest for the given eclipse project. |
static PluginDescriptor |
parsePlugin(java.io.File file)
Parses the plugin which is located using the supplied handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MANIFEST_PATH
public static final java.lang.String PLUGIN_XML_PATH
public static final java.lang.String PLUGIN_PROPERTIES_FILE_PATH
public static final java.lang.String FRAGMENT_XML_PATH
| Constructor Detail |
|---|
public PluginDescriptorParser()
| Method Detail |
|---|
public static PluginDescriptor parseEclipseProject(EclipseProject project)
throws FileParserException
project -
FileParserException
public static PluginDescriptor parsePlugin(java.io.File file)
throws FileParserException
file - The plugin which potentially refers to a plugin.
FileParserException - Parsing the plugin failed for some reason.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||