public interface PluginDescriptorReader
PluginDescriptor from various sources| Modifier and Type | Method and Description |
|---|---|
PluginDescriptor |
read(InputStream is)
Parses a
PluginDescriptor from the given stream |
PluginDescriptor |
read(Reader reader)
Parses a
PluginDescriptor from the given reader |
PluginDescriptor read(InputStream is) throws PluginException
PluginDescriptor from the given streamis - the stream to parsePluginException - if there is any error parsing the streamPluginDescriptor read(Reader reader) throws PluginException
PluginDescriptor from the given readerreader - the reader to parsePluginException - if there is any error parsing the readerCopyright © 2021 CrafterCMS. All rights reserved.