Class AnnotatedFileParser.SectionParsingResult

java.lang.Object
io.trino.tempto.internal.convention.AnnotatedFileParser.SectionParsingResult
Enclosing class:
AnnotatedFileParser

public static class AnnotatedFileParser.SectionParsingResult extends Object
  • Constructor Details

  • Method Details

    • getSectionName

      public Optional<String> getSectionName()
    • getProperty

      public Optional<String> getProperty(String key)
    • getProperties

      public Map<String,String> getProperties()
    • getOriginalContent

      public String getOriginalContent()
    • getContent

      public String getContent()
    • getContentLines

      public List<String> getContentLines()
    • getContentAsSingleLine

      public String getContentAsSingleLine()
      Returns:
      returns lines joined by ' ' character