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 Stringprivate byte[]private byte[]private Stringprivate booleanprivate booleanprivate byte[]private byte[]private byte[]private Dateprivate SVNURLprivate byte[]private ISVNOptionsprivate byte[]private SVNURLprivate byte[]private byte[]private Stringprivate byte[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSVNKeywordFormatter(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
-