Interface OutputDirectory

    • Method Detail

      • open

        OutputDirectory.Stream open​(java.lang.String sourceUri,
                                    java.lang.String encoding)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • reference

        java.lang.String reference​(java.lang.String fromSourceUri,
                                   java.lang.String toSourceUri)
      • getLineSeparator

        java.lang.String getLineSeparator()
      • getLineLength

        int getLineLength()
      • setLineLength

        void setLineLength​(int lineLength)
      • getIndent

        int getIndent()
      • setIndent

        void setIndent​(int indent)
      • setEncoding

        void setEncoding​(java.lang.String encoding)
        This overrides the encoding specified with open.