Interface RuleAppender

    • Method Detail

      • setAppendRule

        void setAppendRule​(AppendRule appendRule)
      • setAppendedFileFormatType

        void setAppendedFileFormatType​(AppendedFileFormatType appendedFileFormatType)
      • getProfiles

        java.lang.String[] getProfiles()
      • setProfiles

        void setProfiles​(java.lang.String[] profiles)
      • getQualifiedName

        java.lang.String getQualifiedName()
      • getLastModified

        long getLastModified()
      • setLastModified

        void setLastModified​(long lastModified)
      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getReader

        java.io.Reader getReader()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getReader

        java.io.Reader getReader​(java.lang.String encoding)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • setNodeTracker

        void setNodeTracker​(NodeTracker nodeTracker)