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
FieldsModifier and TypeFieldDescriptionprivate byte[]
private java.lang.String
private byte[]
private byte[]
private java.lang.String
private boolean
private boolean
private byte[]
private byte[]
private byte[]
private java.util.Date
private SVNURL
private byte[]
private ISVNOptions
private byte[]
private SVNURL
private byte[]
private byte[]
private java.lang.String
private byte[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
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
Modifier and TypeMethodDescriptionprivate byte[]
format
(java.lang.String format) private byte[]
private byte[]
private byte[]
getDate()
private byte[]
private byte[]
getId()
private byte[]
private java.util.Date
private byte[]
getName()
private byte[]
private byte[]
private byte[]
private byte[]
getUrl()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
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
-
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
- 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
- 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
-