Package com.esprow.oapi
Class OrchestraParser
java.lang.Object
com.esprow.oapi.OrchestraParser
Provides a way to load the Orchestra file as a
OrchestraDocument
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestraDocument
Parses an Orchestra file to an OrchestraDocument
-
Constructor Details
-
OrchestraParser
public OrchestraParser()
-
-
Method Details
-
parse
Parses an Orchestra file to an OrchestraDocument- Parameters:
uri
- the file URI- Returns:
- the OrchestraDocument, an entry point to the Orchestra model
- Throws:
IOException
- in case of input/output error
-