Java Doc for SVNEntry.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.SVNEntry

SVNEntry
public class SVNEntry implements Comparable(Code)

version:
   1.1.1
author:
   TMate Software Ltd.



Constructor Summary
public  SVNEntry(Map attributes, SVNAdminArea adminArea, String name)
    

Method Summary
public  MapasMap()
    
public  intcompareTo(Object obj)
    
public  SVNEntrycopy()
    
public  booleanequals(Object obj)
    
public  StringgetAuthor()
    
public  String[]getCachableProperties()
    
public  StringgetChecksum()
    
public  StringgetCommittedDate()
    
public  longgetCommittedRevision()
    
public  StringgetConflictNew()
    
public  StringgetConflictOld()
    
public  StringgetConflictWorking()
    
public  longgetCopyFromRevision()
    
public  SVNURLgetCopyFromSVNURL()
    
public  StringgetCopyFromURL()
    
public  SVNNodeKindgetKind()
    
public  StringgetLockComment()
    
public  StringgetLockCreationDate()
    
public  StringgetLockOwner()
    
public  StringgetLockToken()
    
public  StringgetName()
    
public  String[]getPresentProperties()
    
public  StringgetPropRejectFile()
    
public  StringgetPropTime()
    
public  StringgetRepositoryRoot()
    
public  SVNURLgetRepositoryRootURL()
    
public  longgetRevision()
    
public  SVNURLgetSVNURL()
    
public  StringgetSchedule()
    
public  StringgetTextTime()
    
public  StringgetURL()
    
public  StringgetUUID()
    
public  inthashCode()
    
public  booleanisAbsent()
    
public  booleanisCopied()
    
public  booleanisDeleted()
    
public  booleanisDirectory()
    
public  booleanisFile()
    
public  booleanisHidden()
    
public  booleanisIncomplete()
    
public  booleanisScheduledForAddition()
    
public  booleanisScheduledForDeletion()
    
public  booleanisScheduledForReplacement()
    
public  booleanisThisDir()
    
public  voidloadProperties(Map entryProps)
    
public  voidscheduleForAddition()
    
public  voidscheduleForDeletion()
    
public  voidscheduleForReplacement()
    
public  voidsetAbsent(boolean absent)
    
public  voidsetCachableProperties(String[] cachableProps)
    
public  voidsetConflictNew(String name)
    
public  voidsetConflictOld(String name)
    
public  voidsetConflictWorking(String name)
    
public  voidsetCopied(boolean copied)
    
public  voidsetCopyFromRevision(long revision)
    
public  booleansetCopyFromURL(String url)
    
public  voidsetDeleted(boolean deleted)
    
public  voidsetIncomplete(boolean incomplete)
    
public  voidsetKind(SVNNodeKind kind)
    
public  voidsetLockComment(String comment)
    
public  voidsetLockCreationDate(String date)
    
public  voidsetLockOwner(String owner)
    
public  voidsetLockToken(String token)
    
public  voidsetPropRejectFile(String name)
    
public  voidsetPropTime(String time)
    
public  booleansetRepositoryRoot(String url)
    
public  booleansetRepositoryRootURL(SVNURL url)
    
public  booleansetRevision(long revision)
    
public  voidsetSchedule(String schedule)
    
public  voidsetTextTime(String time)
    
public  booleansetURL(String url)
    
public  voidsetUUID(String uuid)
    
public  StringtoString()
    
public  voidunschedule()
    


Constructor Detail
SVNEntry
public SVNEntry(Map attributes, SVNAdminArea adminArea, String name)(Code)




Method Detail
asMap
public Map asMap()(Code)



compareTo
public int compareTo(Object obj)(Code)



copy
public SVNEntry copy()(Code)



equals
public boolean equals(Object obj)(Code)



getAuthor
public String getAuthor()(Code)



getCachableProperties
public String[] getCachableProperties()(Code)



getChecksum
public String getChecksum()(Code)



getCommittedDate
public String getCommittedDate()(Code)



getCommittedRevision
public long getCommittedRevision()(Code)



getConflictNew
public String getConflictNew()(Code)



getConflictOld
public String getConflictOld()(Code)



getConflictWorking
public String getConflictWorking()(Code)



getCopyFromRevision
public long getCopyFromRevision()(Code)



getCopyFromSVNURL
public SVNURL getCopyFromSVNURL() throws SVNException(Code)



getCopyFromURL
public String getCopyFromURL()(Code)



getKind
public SVNNodeKind getKind()(Code)



getLockComment
public String getLockComment()(Code)



getLockCreationDate
public String getLockCreationDate()(Code)



getLockOwner
public String getLockOwner()(Code)



getLockToken
public String getLockToken()(Code)



getName
public String getName()(Code)



getPresentProperties
public String[] getPresentProperties()(Code)



getPropRejectFile
public String getPropRejectFile()(Code)



getPropTime
public String getPropTime()(Code)



getRepositoryRoot
public String getRepositoryRoot()(Code)



getRepositoryRootURL
public SVNURL getRepositoryRootURL() throws SVNException(Code)



getRevision
public long getRevision()(Code)



getSVNURL
public SVNURL getSVNURL() throws SVNException(Code)



getSchedule
public String getSchedule()(Code)



getTextTime
public String getTextTime()(Code)



getURL
public String getURL()(Code)



getUUID
public String getUUID()(Code)



hashCode
public int hashCode()(Code)



isAbsent
public boolean isAbsent()(Code)



isCopied
public boolean isCopied()(Code)



isDeleted
public boolean isDeleted()(Code)



isDirectory
public boolean isDirectory()(Code)



isFile
public boolean isFile()(Code)



isHidden
public boolean isHidden()(Code)



isIncomplete
public boolean isIncomplete()(Code)



isScheduledForAddition
public boolean isScheduledForAddition()(Code)



isScheduledForDeletion
public boolean isScheduledForDeletion()(Code)



isScheduledForReplacement
public boolean isScheduledForReplacement()(Code)



isThisDir
public boolean isThisDir()(Code)



loadProperties
public void loadProperties(Map entryProps)(Code)



scheduleForAddition
public void scheduleForAddition()(Code)



scheduleForDeletion
public void scheduleForDeletion()(Code)



scheduleForReplacement
public void scheduleForReplacement()(Code)



setAbsent
public void setAbsent(boolean absent)(Code)



setCachableProperties
public void setCachableProperties(String[] cachableProps)(Code)



setConflictNew
public void setConflictNew(String name)(Code)



setConflictOld
public void setConflictOld(String name)(Code)



setConflictWorking
public void setConflictWorking(String name)(Code)



setCopied
public void setCopied(boolean copied)(Code)



setCopyFromRevision
public void setCopyFromRevision(long revision)(Code)



setCopyFromURL
public boolean setCopyFromURL(String url)(Code)



setDeleted
public void setDeleted(boolean deleted)(Code)



setIncomplete
public void setIncomplete(boolean incomplete)(Code)



setKind
public void setKind(SVNNodeKind kind)(Code)



setLockComment
public void setLockComment(String comment)(Code)



setLockCreationDate
public void setLockCreationDate(String date)(Code)



setLockOwner
public void setLockOwner(String owner)(Code)



setLockToken
public void setLockToken(String token)(Code)



setPropRejectFile
public void setPropRejectFile(String name)(Code)



setPropTime
public void setPropTime(String time)(Code)



setRepositoryRoot
public boolean setRepositoryRoot(String url)(Code)



setRepositoryRootURL
public boolean setRepositoryRootURL(SVNURL url)(Code)



setRevision
public boolean setRevision(long revision)(Code)



setSchedule
public void setSchedule(String schedule)(Code)



setTextTime
public void setTextTime(String time)(Code)



setURL
public boolean setURL(String url)(Code)



setUUID
public void setUUID(String uuid)(Code)



toString
public String toString()(Code)



unschedule
public void unschedule()(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_a2__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.