Class SVNTranslator.SVNKeywordFormatter
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNTranslator.SVNKeywordFormatter
- Enclosing class:
- SVNTranslator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private String
private byte[]
private byte[]
private String
private boolean
private boolean
private byte[]
private byte[]
private byte[]
private Date
private SVNURL
private byte[]
private ISVNOptions
private byte[]
private SVNURL
private byte[]
private byte[]
private String
private byte[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SVNKeywordFormatter
(boolean expand, boolean expandCustomKeywords, SVNURL locationUrl, SVNURL repositoryRootUrl, String authorString, String dateString, String revisionString, ISVNOptions options) -
Method Summary
-
Field Details
-
expand
private boolean expand -
expandCustomKeywords
private boolean expandCustomKeywords -
authorString
-
dateString
-
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
-
locationUrl
-
repositoryRootUrl
-
-
Constructor Details
-
SVNKeywordFormatter
-
-
Method Details
-
format
- Throws:
SVNException
-
getJavaDate
-
getAuthor
- Throws:
UnsupportedEncodingException
-
getDate
- Throws:
UnsupportedEncodingException
-
getRevision
- Throws:
UnsupportedEncodingException
-
getUrl
- Throws:
UnsupportedEncodingException
-
getBaseUrl
-
getRepositoryRoot
- Throws:
UnsupportedEncodingException
-
getReposRelPath
- Throws:
UnsupportedEncodingException
-
getName
- Throws:
UnsupportedEncodingException
-
getIdDate
- Throws:
UnsupportedEncodingException
-
getId
- Throws:
IOException
-
getHeader
- Throws:
IOException
-