Interface TableDefinitionContext


public interface TableDefinitionContext
Context of table definition of a custom parser.
Since:
2.0.0
  • Method Details

    • getStreamSupplier

      Supplier<InputStream> getStreamSupplier()
      Returns a supplier of input stream.
      Returns:
      Supplier of input stream
    • getFilename

      String getFilename()
      Returns file name of the context of table definition.
      Returns:
      File name of the context of table definition
    • getParameterConfiguration

      Optional<Object> getParameterConfiguration(String parameterId)
      Returns parameter configuration of row iterator.
      Parameters:
      parameterId - the ID of the parameter
      Returns:
      Parameter configuration object
    • getParserTableDefinitionFactory

      ParserTableDefinitionFactory getParserTableDefinitionFactory()
      Returns the factory for table definitions of a custom parser.
      Returns:
      Factory for table definitions of a custom parser
    • getParserColumnDefinitionFactory

      ParserColumnDefinitionFactory getParserColumnDefinitionFactory()
      Returns the factory for column definitions of a custom parser.
      Returns:
      Factory for column definitions of a custom parser
    • getLocale

      Locale getLocale()
      Returns the value of the locale parameter selected by the user.
      Returns:
      the selected locale
      Since:
      2.2.0