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[]authorprivate java.lang.StringauthorStringprivate byte[]baseUrlprivate byte[]dateprivate java.lang.StringdateStringprivate booleanexpandprivate booleanexpandCustomKeywordsprivate byte[]headerprivate byte[]idprivate byte[]idDateprivate java.util.DatejavaDateprivate SVNURLlocationUrlprivate byte[]nameprivate ISVNOptionsoptionsprivate byte[]repositoryRootprivate SVNURLrepositoryRootUrlprivate byte[]reposRelPathprivate byte[]revprivate java.lang.StringrevisionStringprivate byte[]url
-
Constructor Summary
Constructors Modifier Constructor Description privateSVNKeywordFormatter(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.DategetJavaDate()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.UnsupportedEncodingExceptionSVNException
-
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
-
-