Class SVNTranslator.SVNKeywordFormatter

  • Enclosing class:
    SVNTranslator

    private static class SVNTranslator.SVNKeywordFormatter
    extends java.lang.Object
    • Field Detail

      • expand

        private boolean expand
      • expandCustomKeywords

        private boolean expandCustomKeywords
      • authorString

        private java.lang.String authorString
      • dateString

        private java.lang.String dateString
      • revisionString

        private java.lang.String revisionString
      • date

        private byte[] date
      • idDate

        private byte[] idDate
      • url

        private byte[] url
      • baseUrl

        private byte[] baseUrl
      • repositoryRoot

        private byte[] repositoryRoot
      • reposRelPath

        private byte[] reposRelPath
      • rev

        private byte[] rev
      • author

        private byte[] author
      • name

        private byte[] name
      • id

        private byte[] id
      • header

        private byte[] header
      • javaDate

        private java.util.Date javaDate
      • locationUrl

        private SVNURL locationUrl
      • repositoryRootUrl

        private SVNURL repositoryRootUrl
    • Constructor Detail

      • SVNKeywordFormatter

        private SVNKeywordFormatter​(boolean expand,
                                    boolean expandCustomKeywords,
                                    SVNURL locationUrl,
                                    SVNURL repositoryRootUrl,
                                    java.lang.String authorString,
                                    java.lang.String dateString,
                                    java.lang.String revisionString,
                                    ISVNOptions options)
    • Method Detail

      • getJavaDate

        private java.util.Date getJavaDate()
      • getAuthor

        private byte[] getAuthor()
                          throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getDate

        private byte[] getDate()
                        throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getRevision

        private byte[] getRevision()
                            throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getUrl

        private byte[] getUrl()
                       throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getBaseUrl

        private byte[] getBaseUrl()
                           throws java.io.UnsupportedEncodingException,
                                  SVNException
        Throws:
        java.io.UnsupportedEncodingException
        SVNException
      • getRepositoryRoot

        private byte[] getRepositoryRoot()
                                  throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getReposRelPath

        private byte[] getReposRelPath()
                                throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getName

        private byte[] getName()
                        throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getIdDate

        private byte[] getIdDate()
                          throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getId

        private byte[] getId()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getHeader

        private byte[] getHeader()
                          throws java.io.IOException
        Throws:
        java.io.IOException