private static class SVNTranslator.SVNKeywordFormatter
extends java.lang.Object
Modifier and Type | Field and 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 |
Modifier | Constructor and 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) |
Modifier and Type | Method and 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() |
private boolean expand
private boolean expandCustomKeywords
private java.lang.String authorString
private java.lang.String dateString
private java.lang.String revisionString
private ISVNOptions options
private byte[] date
private byte[] idDate
private byte[] url
private byte[] baseUrl
private byte[] repositoryRoot
private byte[] reposRelPath
private byte[] rev
private byte[] author
private byte[] name
private byte[] id
private byte[] header
private java.util.Date javaDate
private SVNURL locationUrl
private SVNURL repositoryRootUrl
private SVNKeywordFormatter(boolean expand, boolean expandCustomKeywords, SVNURL locationUrl, SVNURL repositoryRootUrl, java.lang.String authorString, java.lang.String dateString, java.lang.String revisionString, ISVNOptions options)
private byte[] format(java.lang.String format) throws SVNException
SVNException
private java.util.Date getJavaDate()
private byte[] getAuthor() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getDate() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getRevision() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getUrl() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getBaseUrl() throws java.io.UnsupportedEncodingException, SVNException
java.io.UnsupportedEncodingException
SVNException
private byte[] getRepositoryRoot() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getReposRelPath() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getName() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getIdDate() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
private byte[] getId() throws java.io.IOException
java.io.IOException
private byte[] getHeader() throws java.io.IOException
java.io.IOException