Interface ResultSrcItem


public interface ResultSrcItem
Contains result of conversion of JBBPParser into source.
Since:
1.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get metadata generated during operation for the item, depends on converter.
    Get generated sources mapped by some key which defined by converter.
  • Method Details

    • getMetadata

      Properties getMetadata()
      Get metadata generated during operation for the item, depends on converter.
      Returns:
      the metadata container as properties, must not be null
    • getResult

      Map<String,String> getResult()
      Get generated sources mapped by some key which defined by converter.
      Returns:
      map containing result of conversion, must not be null and can't be empty.