public class FeatureManifestParser
extends java.lang.Object
Implements a parser for feature mainfest files.
Constructor and Description |
---|
FeatureManifestParser() |
Modifier and Type | Method and Description |
---|---|
static FeatureManifest |
parseFeature(java.io.InputStream inputStream)
Creates a FeatureManifest instance from the supplied content.
|
public static FeatureManifest parseFeature(java.io.InputStream inputStream) throws FileParserException
inputStream
- The stream which provides the content.FileParserException
- Parsing failed for some reason.