Java Doc for SVNRepositoryImpl.java in  » Source-Control » tmatesoft-SVN » org » tmatesoft » svn » core » internal » io » svn » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Source Control » tmatesoft SVN » org.tmatesoft.svn.core.internal.io.svn 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.tmatesoft.svn.core.io.SVNRepository
      org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl

SVNRepositoryImpl
public class SVNRepositoryImpl extends SVNRepository implements ISVNReporter(Code)

version:
   1.1.1
author:
   TMate Software Ltd.



Constructor Summary
protected  SVNRepositoryImpl(SVNURL location, ISVNSession options)
    

Method Summary
public  voidabortReport()
    
 voidauthenticate()
    
public  SVNNodeKindcheckPath(String path, long revision)
    
protected  voidcloseConnection()
    
public  voidcloseSession()
    
public  voiddeletePath(String path)
    
public  voiddiff(SVNURL url, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
    
public  voiddiff(SVNURL url, long tRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
    
public  voiddiff(SVNURL url, long tRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)
    
public  voidfinishReport()
    
public  ISVNEditorgetCommitEditor(String logMessage, Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)
    
public  longgetDatedRevision(Date date)
    
public  longgetDir(String path, long revision, Map properties, ISVNDirEntryHandler handler)
    
public  SVNDirEntrygetDir(String path, long revision, boolean includeComment, Collection entries)
    
public  StringgetExternalUserName()
    
public  longgetFile(String path, long revision, Map properties, OutputStream contents)
    
public  intgetFileRevisions(String path, long sRevision, long eRevision, ISVNFileRevisionHandler handler)
    
public  longgetLatestRevision()
    
public  intgetLocations(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
    
public  SVNLockgetLock(String path)
    
public  SVNLock[]getLocks(String path)
    
public  StringgetRealm()
    
public  MapgetRevisionProperties(long revision, Map properties)
    
public  StringgetRevisionPropertyValue(long revision, String propertyName)
    
public  SVNDirEntryinfo(String path, long revision)
    
public  voidlinkPath(SVNURL url, String path, String lockToken, long revison, boolean startEmpty)
    
public  voidlock(Map pathsToRevisions, String comment, boolean force, ISVNLockHandler handler)
    
public  longlog(String[] targetPaths, long startRevision, long endRevision, boolean changedPaths, boolean strictNode, long limit, ISVNLogEntryHandler handler)
    
protected  voidopenConnection()
    
public  voidreplay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)
    
public  voidsetExternalUserName(String userName)
    
public  voidsetLocation(SVNURL url, boolean forceReconnect)
    
public  voidsetPath(String path, String lockToken, long revision, boolean startEmpty)
    
public  voidsetRevisionPropertyValue(long revision, String propertyName, String propertyValue)
    
public  voidstatus(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
    
public  voidtestConnection()
    
public  voidunlock(Map pathToTokens, boolean force, ISVNLockHandler handler)
    
public  voidupdate(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
    
public  voidupdate(SVNURL url, long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
    
 voidupdateCredentials(String uuid, SVNURL rootURL)
    


Constructor Detail
SVNRepositoryImpl
protected SVNRepositoryImpl(SVNURL location, ISVNSession options)(Code)




Method Detail
abortReport
public void abortReport() throws SVNException(Code)



authenticate
void authenticate() throws SVNException(Code)



checkPath
public SVNNodeKind checkPath(String path, long revision) throws SVNException(Code)



closeConnection
protected void closeConnection()(Code)



closeSession
public void closeSession()(Code)



deletePath
public void deletePath(String path) throws SVNException(Code)



diff
public void diff(SVNURL url, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)



diff
public void diff(SVNURL url, long tRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)



diff
public void diff(SVNURL url, long tRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)



finishReport
public void finishReport() throws SVNException(Code)



getCommitEditor
public ISVNEditor getCommitEditor(String logMessage, Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator) throws SVNException(Code)



getDatedRevision
public long getDatedRevision(Date date) throws SVNException(Code)



getDir
public long getDir(String path, long revision, Map properties, ISVNDirEntryHandler handler) throws SVNException(Code)



getDir
public SVNDirEntry getDir(String path, long revision, boolean includeComment, Collection entries) throws SVNException(Code)



getExternalUserName
public String getExternalUserName()(Code)



getFile
public long getFile(String path, long revision, Map properties, OutputStream contents) throws SVNException(Code)



getFileRevisions
public int getFileRevisions(String path, long sRevision, long eRevision, ISVNFileRevisionHandler handler) throws SVNException(Code)



getLatestRevision
public long getLatestRevision() throws SVNException(Code)



getLocations
public int getLocations(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) throws SVNException(Code)



getLock
public SVNLock getLock(String path) throws SVNException(Code)



getLocks
public SVNLock[] getLocks(String path) throws SVNException(Code)



getRealm
public String getRealm()(Code)



getRevisionProperties
public Map getRevisionProperties(long revision, Map properties) throws SVNException(Code)



getRevisionPropertyValue
public String getRevisionPropertyValue(long revision, String propertyName) throws SVNException(Code)



info
public SVNDirEntry info(String path, long revision) throws SVNException(Code)



linkPath
public void linkPath(SVNURL url, String path, String lockToken, long revison, boolean startEmpty) throws SVNException(Code)



lock
public void lock(Map pathsToRevisions, String comment, boolean force, ISVNLockHandler handler) throws SVNException(Code)



log
public long log(String[] targetPaths, long startRevision, long endRevision, boolean changedPaths, boolean strictNode, long limit, ISVNLogEntryHandler handler) throws SVNException(Code)



openConnection
protected void openConnection() throws SVNException(Code)



replay
public void replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor) throws SVNException(Code)



setExternalUserName
public void setExternalUserName(String userName)(Code)



setLocation
public void setLocation(SVNURL url, boolean forceReconnect) throws SVNException(Code)



setPath
public void setPath(String path, String lockToken, long revision, boolean startEmpty) throws SVNException(Code)



setRevisionPropertyValue
public void setRevisionPropertyValue(long revision, String propertyName, String propertyValue) throws SVNException(Code)



status
public void status(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)



testConnection
public void testConnection() throws SVNException(Code)



unlock
public void unlock(Map pathToTokens, boolean force, ISVNLockHandler handler) throws SVNException(Code)



update
public void update(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)



update
public void update(SVNURL url, long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)



updateCredentials
void updateCredentials(String uuid, SVNURL rootURL) throws SVNException(Code)



Fields inherited from org.tmatesoft.svn.core.io.SVNRepository
protected SVNURL myLocation(Code)(Java Doc)
protected SVNURL myRepositoryRoot(Code)(Java Doc)
protected String myRepositoryUUID(Code)(Java Doc)

Methods inherited from org.tmatesoft.svn.core.io.SVNRepository
public void addConnectionListener(ISVNConnectionListener listener)(Code)(Java Doc)
protected static void assertValidRevision(long revision) throws SVNException(Code)(Java Doc)
abstract public SVNNodeKind checkPath(String path, long revision) throws SVNException(Code)(Java Doc)
public void checkout(long revision, String target, boolean recursive, ISVNEditor editor) throws SVNException(Code)(Java Doc)
abstract public void closeSession()(Code)(Java Doc)
abstract public void diff(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)(Java Doc)
abstract public void diff(SVNURL url, long targetRevision, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)(Java Doc)
abstract public void diff(SVNURL url, long revision, String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)(Java Doc)
protected void fireConnectionClosed()(Code)(Java Doc)
protected void fireConnectionOpened()(Code)(Java Doc)
public ISVNAuthenticationManager getAuthenticationManager()(Code)(Java Doc)
public ISVNCanceller getCanceller()(Code)(Java Doc)
public ISVNEditor getCommitEditor(String logMessage, ISVNWorkspaceMediator mediator) throws SVNException(Code)(Java Doc)
abstract public ISVNEditor getCommitEditor(String logMessage, Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator) throws SVNException(Code)(Java Doc)
abstract public long getDatedRevision(Date date) throws SVNException(Code)(Java Doc)
public ISVNDebugLog getDebugLog()(Code)(Java Doc)
abstract public long getDir(String path, long revision, Map properties, ISVNDirEntryHandler handler) throws SVNException(Code)(Java Doc)
public Collection getDir(String path, long revision, Map properties, Collection dirEntries) throws SVNException(Code)(Java Doc)
abstract public SVNDirEntry getDir(String path, long revision, boolean includeCommitMessages, Collection entries) throws SVNException(Code)(Java Doc)
abstract public long getFile(String path, long revision, Map properties, OutputStream contents) throws SVNException(Code)(Java Doc)
abstract public int getFileRevisions(String path, long startRevision, long endRevision, ISVNFileRevisionHandler handler) throws SVNException(Code)(Java Doc)
public Collection getFileRevisions(String path, Collection revisions, long sRevision, long eRevision) throws SVNException(Code)(Java Doc)
public String getFullPath(String relativeOrRepositoryPath) throws SVNException(Code)(Java Doc)
abstract public long getLatestRevision() throws SVNException(Code)(Java Doc)
public SVNURL getLocation()(Code)(Java Doc)
abstract public int getLocations(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) throws SVNException(Code)(Java Doc)
public Collection getLocations(String path, Collection entries, long pegRevision, long[] revisions) throws SVNException(Code)(Java Doc)
public Map getLocations(String path, Map entries, long pegRevision, long[] revisions) throws SVNException(Code)(Java Doc)
abstract public SVNLock getLock(String path) throws SVNException(Code)(Java Doc)
abstract public SVNLock[] getLocks(String path) throws SVNException(Code)(Java Doc)
public ISVNSession getOptions()(Code)(Java Doc)
public String getRepositoryPath(String relativePath) throws SVNException(Code)(Java Doc)
public SVNURL getRepositoryRoot()(Code)(Java Doc)
public SVNURL getRepositoryRoot(boolean forceConnection) throws SVNException(Code)(Java Doc)
public String getRepositoryUUID()(Code)(Java Doc)
public String getRepositoryUUID(boolean forceConnection) throws SVNException(Code)(Java Doc)
protected static Long getRevisionObject(long revision)(Code)(Java Doc)
abstract public Map getRevisionProperties(long revision, Map properties) throws SVNException(Code)(Java Doc)
abstract public String getRevisionPropertyValue(long revision, String propertyName) throws SVNException(Code)(Java Doc)
public ISVNTunnelProvider getTunnelProvider()(Code)(Java Doc)
abstract public SVNDirEntry info(String path, long revision) throws SVNException(Code)(Java Doc)
protected static boolean isInvalidRevision(long revision)(Code)(Java Doc)
protected static boolean isValidRevision(long revision)(Code)(Java Doc)
abstract public void lock(Map pathsToRevisions, String comment, boolean force, ISVNLockHandler handler) throws SVNException(Code)(Java Doc)
protected synchronized void lock()(Code)(Java Doc)
protected synchronized void lock(boolean force)(Code)(Java Doc)
public long log(String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, ISVNLogEntryHandler handler) throws SVNException(Code)(Java Doc)
abstract public long log(String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, ISVNLogEntryHandler handler) throws SVNException(Code)(Java Doc)
public Collection log(String[] targetPaths, Collection entries, long startRevision, long endRevision, boolean changedPath, boolean strictNode) throws SVNException(Code)(Java Doc)
public void removeConnectionListener(ISVNConnectionListener listener)(Code)(Java Doc)
abstract public void replay(long lowRevision, long revision, boolean sendDeltas, ISVNEditor editor) throws SVNException(Code)(Java Doc)
public void setAuthenticationManager(ISVNAuthenticationManager authManager)(Code)(Java Doc)
public void setCanceller(ISVNCanceller canceller)(Code)(Java Doc)
public void setDebugLog(ISVNDebugLog log)(Code)(Java Doc)
public void setLocation(SVNURL url, boolean forceReconnect) throws SVNException(Code)(Java Doc)
protected void setRepositoryCredentials(String uuid, SVNURL rootURL)(Code)(Java Doc)
abstract public void setRevisionPropertyValue(long revision, String propertyName, String propertyValue) throws SVNException(Code)(Java Doc)
public void setTunnelProvider(ISVNTunnelProvider tunnelProvider)(Code)(Java Doc)
abstract public void status(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)(Java Doc)
abstract public void testConnection() throws SVNException(Code)(Java Doc)
abstract public void unlock(Map pathToTokens, boolean force, ISVNLockHandler handler) throws SVNException(Code)(Java Doc)
protected synchronized void unlock()(Code)(Java Doc)
abstract public void update(long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)(Java Doc)
abstract public void update(SVNURL url, long revision, String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) throws SVNException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w_w___w._j_a_va_2___s__.___c_o___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.