Package com.io7m.cedarbridge.exprsrc.api
Interface CBExpressionSourceFactoryType
- All Known Implementing Classes:
CBExpressionSources
public interface CBExpressionSourceFactoryType
A factory of expression sources.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(URI uri, InputStream stream) Create a source of expressions from the given stream.default CBExpressionSourceTypeCreate a source of expressions from the path.
-
Method Details
-
create
Create a source of expressions from the given stream.- Parameters:
uri- The stream URIstream- The stream- Returns:
- An expression source
-
create
Create a source of expressions from the path.- Parameters:
path- The path- Returns:
- An expression source
- Throws:
IOException- On errors
-