Class SvnCat

    • Method Detail

      • isExpandKeywords

        public boolean isExpandKeywords()
        Gets whether or not all keywords presenting in the file and listed in the file's SVNProperty.KEYWORDSproperty (if set) should be substituted.
        Returns:
        true if keywords should expanded, otherwise false
      • setExpandKeywords

        public void setExpandKeywords​(boolean expandKeywords)
        Sets whether or not all keywords presenting in the file and listed in the file's SVNProperty.KEYWORDSproperty (if set) should be substituted.
        Parameters:
        expandKeywords - true if keywords should expanded, otherwise false
      • getOutput

        public java.io.OutputStream getOutput()
        Gets the output stream of the operation.
        Returns:
        output stream
      • setOutput

        public void setOutput​(java.io.OutputStream output)
        Sets the output stream of the operation.
        Parameters:
        output - output stream
      • isChangesWorkingCopy

        public boolean isChangesWorkingCopy()
        Gets whether the operation changes working copy
        Overrides:
        isChangesWorkingCopy in class SvnOperation<java.lang.Void>
        Returns:
        true if the operation changes the working copy, otherwise false