Class GitManifestParser
Object
GitManifestParser
Parses vitruvio.json manifest files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream inputStream) Parses the manifest from an input stream.Parses the manifest from a directory containing vitruvio.json.
-
Constructor Details
-
GitManifestParser
public GitManifestParser()
-
-
Method Details
-
parse
Parses the manifest from a directory containing vitruvio.json.- Throws:
IOException
-
parse
Parses the manifest from an input stream.- Throws:
IOException
-