|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.pdesupport.plugin.PluginManifestParser
public class PluginManifestParser
Parser for plugin manifest files.
| Constructor Summary | |
|---|---|
PluginManifestParser()
|
|
| Method Summary | |
|---|---|
static PluginDescriptor |
parseFragment(PluginDescriptor descriptor,
java.io.File file)
Parses the content of a fragment file. |
static PluginDescriptor |
parseFragment(PluginDescriptor descriptor,
java.io.InputStream inputStream)
Parses the content of a fragment description. |
static PluginDescriptor |
parsePlugin(PluginDescriptor descriptor,
java.io.File file)
Parses the content of a plugin description. |
static PluginDescriptor |
parsePlugin(PluginDescriptor descriptor,
java.io.InputStream inputStream)
Parses the content of a plugin description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginManifestParser()
| Method Detail |
|---|
public static PluginDescriptor parseFragment(PluginDescriptor descriptor,
java.io.File file)
throws FileParserException
descriptor - The PluginDescriptor instance which will receive the parsed information.file - The fragment file.
FileParserException - Parsing failed for some reason.
public static PluginDescriptor parsePlugin(PluginDescriptor descriptor,
java.io.File file)
throws FileParserException
descriptor - The descriptor used to collect the information.file - The file providing the plugin description.
FileParserException - Loading the content failed for some reason.
public static PluginDescriptor parsePlugin(PluginDescriptor descriptor,
java.io.InputStream inputStream)
throws FileParserException
descriptor - The descriptor used to collect the information.inputStream - The stream providing the plugin description.
FileParserException - Loading the content failed for some reason.
public static PluginDescriptor parseFragment(PluginDescriptor descriptor,
java.io.InputStream inputStream)
throws FileParserException
descriptor - The descriptor used to collect the information.inputStream - The stream providing the plugin description.
FileParserException - Loading the content failed for some reason.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||