Class SVNTranslator.SVNKeywordFormatter

java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNTranslator.SVNKeywordFormatter
Enclosing class:
SVNTranslator

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

    • 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
    • options

      private ISVNOptions options
    • 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
    • javaDate

      private java.util.Date javaDate
    • locationUrl

      private SVNURL locationUrl
    • repositoryRootUrl

      private SVNURL repositoryRootUrl
  • Constructor Details

    • 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 Details

    • format

      private byte[] format(java.lang.String format) throws SVNException
      Throws:
      SVNException
    • 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