Interface TextProvider


  • @Incubating
    public interface TextProvider
    Provides access to the content of a generated text file.
    • Method Detail

      • getText

        String getText()
        The text content.
      • setText

        void setText​(String value)
        Replace the content.