Interface CBExpressionSourceFactoryType

All Known Implementing Classes:
CBExpressionSources

public interface CBExpressionSourceFactoryType
A factory of expression sources.
  • Method Details

    • create

      CBExpressionSourceType create(URI uri, InputStream stream)
      Create a source of expressions from the given stream.
      Parameters:
      uri - The stream URI
      stream - The stream
      Returns:
      An expression source
    • create

      default CBExpressionSourceType create(Path path) throws IOException
      Create a source of expressions from the path.
      Parameters:
      path - The path
      Returns:
      An expression source
      Throws:
      IOException - On errors