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 Summary
Fields Modifier and Type Field Description private byte[]
author
private java.lang.String
authorString
private byte[]
baseUrl
private byte[]
date
private java.lang.String
dateString
private boolean
expand
private boolean
expandCustomKeywords
private byte[]
header
private byte[]
id
private byte[]
idDate
private java.util.Date
javaDate
private SVNURL
locationUrl
private byte[]
name
private ISVNOptions
options
private byte[]
repositoryRoot
private SVNURL
repositoryRootUrl
private byte[]
reposRelPath
private byte[]
rev
private java.lang.String
revisionString
private byte[]
url
-
Constructor Summary
Constructors Modifier Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private byte[]
format(java.lang.String format)
private byte[]
getAuthor()
private byte[]
getBaseUrl()
private byte[]
getDate()
private byte[]
getHeader()
private byte[]
getId()
private byte[]
getIdDate()
private java.util.Date
getJavaDate()
private byte[]
getName()
private byte[]
getRepositoryRoot()
private byte[]
getReposRelPath()
private byte[]
getRevision()
private byte[]
getUrl()
-
-
-
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
-
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
-
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
-
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
-
-