|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DescriptorParserFactory
A factory for creating descriptor parsers.
DescriptorParser,
XmlDescriptorParserFactory| Method Summary | |
|---|---|
DescriptorParser |
getInstance(java.io.InputStream source)
Creates a new DescriptorParser for getting plugin descriptor information
from the provided source data. |
| Method Detail |
|---|
DescriptorParser getInstance(java.io.InputStream source)
throws PluginParseException
DescriptorParser for getting plugin descriptor information
from the provided source data.
source - the stream of data which represents the descriptor. The stream will
only be read once, so it need not be resettable.
PluginParseException - if there was a problem creating the descriptor parser
due to an invalid source stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||