Java Doc for Status.java in  » Source-Control » tmatesoft-SVN » org » tigris » subversion » javahl » 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.tigris.subversion.javahl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.tigris.subversion.javahl.Status

Status
public class Status (Code)
Subversion status API. This describes the status of one subversion item (file or directory) in the working copy. Will be returned by SVNClient.status or SVNClient.singleStatus
author:
   Patrick Mayweg
author:
   Cédric Chabanois
author:
   cchabanois@ifrance.com

Inner Class :final public static class Kind implements StatusKind


Constructor Summary
public  Status(String path, String url, int nodeKind, long revision, long lastChangedRevision, long lastChangedDate, String lastCommitAuthor, int textStatus, int propStatus, int repositoryTextStatus, int repositoryPropStatus, boolean locked, boolean copied, String conflictOld, String conflictNew, String conflictWorking, String urlCopiedFrom, long revisionCopiedFrom, boolean switched, String lockToken, String lockOwner, String lockComment, long lockCreationDate, Lock reposLock, long reposLastCmtRevision, long reposLastCmtDate, int reposKind, String reposLastCmtAuthor)
    

Method Summary
public  StringgetConflictNew()
    
public  StringgetConflictOld()
    
public  StringgetConflictWorking()
    
public  DategetLastChangedDate()
    
public  Revision.NumbergetLastChangedRevision()
    
public  longgetLastChangedRevisionNumber()
    
public  StringgetLastCommitAuthor()
    
public  StringgetLockComment()
    
public  DategetLockCreationDate()
    
public  StringgetLockOwner()
    
public  StringgetLockToken()
    
public  intgetNodeKind()
    
public  StringgetPath()
    
public  intgetPropStatus()
    
public  StringgetPropStatusDescription()
    
public  intgetReposKind()
     The node kind (e.g.
public  StringgetReposLastCmtAuthor()
    
public  DategetReposLastCmtDate()
    
public  Revision.NumbergetReposLastCmtRevision()
    
public  longgetReposLastCmtRevisionNumber()
    
public  LockgetReposLock()
    
public  intgetRepositoryPropStatus()
    
public  intgetRepositoryTextStatus()
    
public  Revision.NumbergetRevision()
    
public  Revision.NumbergetRevisionCopiedFrom()
    
public  longgetRevisionCopiedFromNumber()
    
public  longgetRevisionNumber()
    
public  intgetTextStatus()
    
public  StringgetTextStatusDescription()
     Returns the status of the item as text.
public  StringgetUrl()
     Returns the URI to where the item might exist in the repository.
public  StringgetUrlCopiedFrom()
    
public  booleanhasRemote()
    
public  booleanisAdded()
    
public  booleanisCopied()
    
public  booleanisDeleted()
    
public  booleanisIgnored()
    
public  booleanisLocked()
    
public  booleanisManaged()
    
public  booleanisMerged()
    
public  booleanisModified()
    
public  booleanisSwitched()
    


Constructor Detail
Status
public Status(String path, String url, int nodeKind, long revision, long lastChangedRevision, long lastChangedDate, String lastCommitAuthor, int textStatus, int propStatus, int repositoryTextStatus, int repositoryPropStatus, boolean locked, boolean copied, String conflictOld, String conflictNew, String conflictWorking, String urlCopiedFrom, long revisionCopiedFrom, boolean switched, String lockToken, String lockOwner, String lockComment, long lockCreationDate, Lock reposLock, long reposLastCmtRevision, long reposLastCmtDate, int reposKind, String reposLastCmtAuthor)(Code)
this constructor should only called from JNI code
Parameters:
  path - the file system path of item
Parameters:
  url - the url of the item
Parameters:
  nodeKind - kind of item (directory, file or unknown
Parameters:
  revision - the revision number of the base
Parameters:
  lastChangedRevision - the last revision this item was changed
Parameters:
  lastChangedDate - the last date this item was changed
Parameters:
  lastCommitAuthor - the author of the last change
Parameters:
  textStatus - the file or directory status (SeeStatusKind)
Parameters:
  propStatus - the property status (See StatusKind)
Parameters:
  repositoryTextStatus - the file or directory status of the base
Parameters:
  repositoryPropStatus - the property status of the base
Parameters:
  locked - if the item is locked (running or abortedoperation)
Parameters:
  copied - if the item is copy
Parameters:
  conflictOld - in case of conflict, the file name of thethe common base version
Parameters:
  conflictNew - in case of conflict, the file name of newrepository version
Parameters:
  conflictWorking - in case of conflict, the file name of theformer working copy version
Parameters:
  urlCopiedFrom - if copied, the url of the copy source
Parameters:
  revisionCopiedFrom - if copied, the revision number of the copysource
Parameters:
  switched - flag if the node has been switched in the path
Parameters:
  lockToken - the token for the current lock if any
Parameters:
  lockOwner - the owner of the current lock is any
Parameters:
  lockComment - the comment of the current lock if any
Parameters:
  lockCreationDate - the date, the lock was created if any
Parameters:
  reposLock - the lock as stored in the repository ifany
Parameters:
  reposLastCmtRevision - the youngest revision, if out of date
Parameters:
  reposLastCmtDate - the last commit date, if out of date
Parameters:
  reposKind - the kind of the youngest revision, ifout of date
Parameters:
  reposLastCmtAuthor - the author of the last commit, if out ofdate




Method Detail
getConflictNew
public String getConflictNew()(Code)
Returns in case of conflict, the filename of the most recent repository version the filename of the most recent repository version



getConflictOld
public String getConflictOld()(Code)
Returns in case of conflict, the filename of the common base version the filename of the common base version



getConflictWorking
public String getConflictWorking()(Code)
Returns in case of conflict, the filename of the former working copy version the filename of the former working copy version



getLastChangedDate
public Date getLastChangedDate()(Code)
Returns the last date the item was changed or null the last time the item was changed.or null if not available



getLastChangedRevision
public Revision.Number getLastChangedRevision()(Code)
Returns the last revision the file was changed as a Revision object last changed revision



getLastChangedRevisionNumber
public long getLastChangedRevisionNumber()(Code)
Returns the last revision the file was changed as a long integer last changed revision



getLastCommitAuthor
public String getLastCommitAuthor()(Code)
Returns the author of the last changed or null name of author if versioned, null otherwise



getLockComment
public String getLockComment()(Code)
Returns the lock comment the lock comment
since:
   1.2



getLockCreationDate
public Date getLockCreationDate()(Code)
Returns the lock creation date the lock creation date
since:
   1.2



getLockOwner
public String getLockOwner()(Code)
Returns the lock owner the lock owner
since:
   1.2



getLockToken
public String getLockToken()(Code)
Returns the lock token the lock token
since:
   1.2



getNodeKind
public int getNodeKind()(Code)
Returns the kind of the node (file, directory or unknown, see NodeKind) the node kind



getPath
public String getPath()(Code)
Returns the file system path of the item path of status entry



getPropStatus
public int getPropStatus()(Code)
Returns the status of the properties (See Status Kind) file status property enum of the "property" component.



getPropStatusDescription
public String getPropStatusDescription()(Code)
Returns the status of the properties as text english text



getReposKind
public int getReposKind()(Code)
The node kind (e.g. file, directory, etc.), ornull if up to date.
since:
   1.3



getReposLastCmtAuthor
public String getReposLastCmtAuthor()(Code)
The author of the last commit, or null ifup to date.
since:
   1.3



getReposLastCmtDate
public Date getReposLastCmtDate()(Code)
The last committed date, or null if up todate.
since:
   1.3



getReposLastCmtRevision
public Revision.Number getReposLastCmtRevision()(Code)
The last committed revision, or Revision.SVN_INVALID_REVNUM if up to date.
since:
   1.3



getReposLastCmtRevisionNumber
public long getReposLastCmtRevisionNumber()(Code)
The last committed revision as a long integer, or-1 if up to date.
since:
   1.3



getReposLock
public Lock getReposLock()(Code)
Returns the lock as in the repository the lock as in the repository
since:
   1.2



getRepositoryPropStatus
public int getRepositoryPropStatus()(Code)
Returns test status of the properties in the repository (See StatusKind) file status property enum of the "property" component im therepository.



getRepositoryTextStatus
public int getRepositoryTextStatus()(Code)
Returns the status of the item in the repository (See StatusKind) file status property enum of the "textual" component in therepository.



getRevision
public Revision.Number getRevision()(Code)
Returns the revision as a Revision object revision if versioned, otherwise SVN_INVALID_REVNUM



getRevisionCopiedFrom
public Revision.Number getRevisionCopiedFrom()(Code)
Returns if copied the source revision as a Revision object the source revision



getRevisionCopiedFromNumber
public long getRevisionCopiedFromNumber()(Code)
Returns if copied the source revision as s long integer the source revision



getRevisionNumber
public long getRevisionNumber()(Code)
Returns the revision as a long integer revision if versioned, otherwise SVN_INVALID_REVNUM



getTextStatus
public int getTextStatus()(Code)
Returns the status of the item (See StatusKind) file status property enum of the "textual" component.



getTextStatusDescription
public String getTextStatusDescription()(Code)
Returns the status of the item as text. english text



getUrl
public String getUrl()(Code)
Returns the URI to where the item might exist in the repository. We say "might" because the item might exist in your working copy, but have been deleted from the repository. Or it might exist in the repository, but your working copy might not yet contain it (because the WC is not up to date). URI in repository, or null if the itemexists in neither the repository nor the WC.



getUrlCopiedFrom
public String getUrlCopiedFrom()(Code)
Returns if copied the copy source url or null the source url



hasRemote
public boolean hasRemote()(Code)
Returns if the resource has a remote counter-part has version in repository



isAdded
public boolean isAdded()(Code)
Returns if the resource just has been added if added



isCopied
public boolean isCopied()(Code)
Returns if the item has been copied true if copied



isDeleted
public boolean isDeleted()(Code)
Returns if the resource is schedules for delete if deleted



isIgnored
public boolean isIgnored()(Code)
Returns if the resource is ignored by svn (only returned if noIgnore is set on SVNClient.list) if ignore



isLocked
public boolean isLocked()(Code)
Returns if the item is locked (running or aborted subversion operation) true if locked



isManaged
public boolean isManaged()(Code)
Returns if is managed by svn (added, normal, modified ...) if managed by svn



isMerged
public boolean isMerged()(Code)
Returns if the resource has been merged if merged



isModified
public boolean isModified()(Code)
Returns if the resource itself is modified if modified



isSwitched
public boolean isSwitched()(Code)
Returns if the repository url has been switched is the item has been switched



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)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.