Java Doc for SVNLog.java in  » Source-Control » tmatesoft-SVN » org » tmatesoft » svn » core » internal » wc » admin » 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.wc.admin 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.tmatesoft.svn.core.internal.wc.admin.SVNLog

All known Subclasses:   org.tmatesoft.svn.core.internal.wc.admin.SVNLogImpl,
SVNLog
abstract public class SVNLog (Code)

version:
   1.1.1
author:
   TMate Software Ltd.


Field Summary
final public static  StringAPPEND
    
final public static  StringATTR1
    
final public static  StringATTR2
    
final public static  StringATTR3
    
final public static  StringATTR4
    
final public static  StringATTR5
    
final public static  StringATTR6
    
final public static  StringCOMMIT
    
final public static  StringCOPY
    
final public static  StringCOPY_AND_DETRANSLATE
    
final public static  StringCOPY_AND_TRANSLATE
    
final public static  StringDELETE
    
final public static  StringDELETE_ENTRY
    
final public static  StringDELETE_LOCK
    
final public static  StringDEST_ATTR
    
final public static  StringFORMAT_ATTR
    
final public static  StringMAYBE_READONLY
    
final public static  StringMERGE
    
final public static  StringMODIFY_ENTRY
    
final public static  StringMODIFY_WC_PROPERTY
    
final public static  StringMOVE
    
final public static  StringNAME_ATTR
    
final public static  StringPROPERTY_NAME_ATTR
    
final public static  StringPROPERTY_VALUE_ATTR
    
final public static  StringREADONLY
    
final public static  StringREVISION_ATTR
    
final public static  StringSET_TIMESTAMP
    
final public static  StringTIMESTAMP_ATTR
    
final public static  StringUPGRADE_FORMAT
    
final public static  StringWC_TIMESTAMP
    
protected  SVNAdminAreamyAdminArea
    
protected  CollectionmyCache
    

Constructor Summary
protected  SVNLog(SVNAdminArea adminArea)
    

Method Summary
public  voidaddCommand(String name, Map attributes, boolean save)
    
abstract public  voiddelete()
    
abstract public  booleanexists()
    
public  SVNStatusTypelogChangedEntryProperties(String name, Map modifiedEntryProps)
    
public  voidlogChangedWCProperties(String name, Map modifiedWCProps)
    
abstract protected  CollectionreadCommands()
    
public  voidrun(SVNLogRunner runner)
    
abstract public  voidsave()
    
abstract public  StringtoString()
    

Field Detail
APPEND
final public static String APPEND(Code)



ATTR1
final public static String ATTR1(Code)



ATTR2
final public static String ATTR2(Code)



ATTR3
final public static String ATTR3(Code)



ATTR4
final public static String ATTR4(Code)



ATTR5
final public static String ATTR5(Code)



ATTR6
final public static String ATTR6(Code)



COMMIT
final public static String COMMIT(Code)



COPY
final public static String COPY(Code)



COPY_AND_DETRANSLATE
final public static String COPY_AND_DETRANSLATE(Code)



COPY_AND_TRANSLATE
final public static String COPY_AND_TRANSLATE(Code)



DELETE
final public static String DELETE(Code)



DELETE_ENTRY
final public static String DELETE_ENTRY(Code)



DELETE_LOCK
final public static String DELETE_LOCK(Code)



DEST_ATTR
final public static String DEST_ATTR(Code)



FORMAT_ATTR
final public static String FORMAT_ATTR(Code)



MAYBE_READONLY
final public static String MAYBE_READONLY(Code)



MERGE
final public static String MERGE(Code)



MODIFY_ENTRY
final public static String MODIFY_ENTRY(Code)



MODIFY_WC_PROPERTY
final public static String MODIFY_WC_PROPERTY(Code)



MOVE
final public static String MOVE(Code)



NAME_ATTR
final public static String NAME_ATTR(Code)



PROPERTY_NAME_ATTR
final public static String PROPERTY_NAME_ATTR(Code)



PROPERTY_VALUE_ATTR
final public static String PROPERTY_VALUE_ATTR(Code)



READONLY
final public static String READONLY(Code)



REVISION_ATTR
final public static String REVISION_ATTR(Code)



SET_TIMESTAMP
final public static String SET_TIMESTAMP(Code)



TIMESTAMP_ATTR
final public static String TIMESTAMP_ATTR(Code)



UPGRADE_FORMAT
final public static String UPGRADE_FORMAT(Code)



WC_TIMESTAMP
final public static String WC_TIMESTAMP(Code)



myAdminArea
protected SVNAdminArea myAdminArea(Code)



myCache
protected Collection myCache(Code)




Constructor Detail
SVNLog
protected SVNLog(SVNAdminArea adminArea)(Code)




Method Detail
addCommand
public void addCommand(String name, Map attributes, boolean save) throws SVNException(Code)



delete
abstract public void delete() throws SVNException(Code)



exists
abstract public boolean exists()(Code)



logChangedEntryProperties
public SVNStatusType logChangedEntryProperties(String name, Map modifiedEntryProps) throws SVNException(Code)



logChangedWCProperties
public void logChangedWCProperties(String name, Map modifiedWCProps) throws SVNException(Code)



readCommands
abstract protected Collection readCommands() throws SVNException(Code)



run
public void run(SVNLogRunner runner) throws SVNException(Code)



save
abstract public void save() throws SVNException(Code)



toString
abstract public String toString()(Code)



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_v_a__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.