Java Doc for FileInformation.java in  » IDE-Netbeans » subversion » org » netbeans » modules » subversion » 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 » IDE Netbeans » subversion » org.netbeans.modules.subversion 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.subversion.FileInformation

FileInformation
public class FileInformation implements Serializable(Code)
Immutable class encapsulating status of a file.
author:
   Maros Sandor


Field Summary
final public static  intSTATUS_ALL
    
final public static  intSTATUS_IN_REPOSITORY
    
final public static  intSTATUS_LOCAL_CHANGE
    
final public static  intSTATUS_LOCKED
     The file has an active lock against it.
final public static  intSTATUS_MANAGED
     All statuses except STATUS_NOTVERSIONED_NOTMANAGED

Note: it covers ignored files.

final public static  intSTATUS_NOTVERSIONED_EXCLUDED
     The file exists locally but is NOT under version control because it should not be (i.e.
final public static  intSTATUS_NOTVERSIONED_NEWLOCALLY
     The file exists locally but is NOT under version control, mostly because it has not been added to the repository yet.
final public static  intSTATUS_NOTVERSIONED_NOTMANAGED
     The file is not managed by the module, i.e.
final public static  intSTATUS_REMOTE_CHANGE
    
final public static  intSTATUS_REVERTIBLE_CHANGE
     Modified, in conflict, scheduled for removal or addition; or deleted but with existing entry record.
final public static  intSTATUS_UNKNOWN
     There is nothing known about the file, it may not even exist.
final public static  intSTATUS_VERSIONED
    
final public static  intSTATUS_VERSIONED_ADDEDLOCALLY
     The file exists locally and has beed scheduled for addition to repository.
final public static  intSTATUS_VERSIONED_CONFLICT
     Merging during update resulted in merge conflict.
final public static  intSTATUS_VERSIONED_DELETEDLOCALLY
     The file does NOT exist locally and exists in repository, it has beed removed locally.
final public static  intSTATUS_VERSIONED_MERGE
     The file was modified both locally and remotely and these changes may or may not result in merge conflict.
final public static  intSTATUS_VERSIONED_MODIFIEDINREPOSITORY
     The file was not modified locally but an updated version exists in repository.
final public static  intSTATUS_VERSIONED_MODIFIEDLOCALLY
     The file is modified locally and was not yet modified in repository.
final public static  intSTATUS_VERSIONED_NEWINREPOSITORY
     The file does NOT exist locally but exists in repository and has not yet been downloaded.
final public static  intSTATUS_VERSIONED_REMOVEDINREPOSITORY
     The file has been removed from repository.
final public static  intSTATUS_VERSIONED_REMOVEDLOCALLY
     The file does NOT exist locally and exists in repository, it has beed removed locally, waits for commit.
final public static  intSTATUS_VERSIONED_UPTODATE
     The file is under version control and is in sync with repository.

Constructor Summary
public  FileInformation()
     For deserialization purposes only.
 FileInformation(int status, ISVNStatus entry)
    
 FileInformation(int status, boolean isDirectory)
    
 FileInformation(int status, int propStatus, boolean isDirectory)
    

Method Summary
public  ISVNStatusgetEntry(File file)
     Retrieves file's Entry.
public  StringgetShortStatusText()
    
public  intgetStatus()
     Retrieves the status constant representing status of the file.
public  StringgetStatusText()
     Returns localized text representation of status.
public  StringgetStatusText(int displayStatuses)
     Returns localized text representation of status.
public  booleanisDirectory()
    
public  StringtoString()
    

Field Detail
STATUS_ALL
final public static int STATUS_ALL(Code)



STATUS_IN_REPOSITORY
final public static int STATUS_IN_REPOSITORY(Code)



STATUS_LOCAL_CHANGE
final public static int STATUS_LOCAL_CHANGE(Code)



STATUS_LOCKED
final public static int STATUS_LOCKED(Code)
The file has an active lock against it.



STATUS_MANAGED
final public static int STATUS_MANAGED(Code)
All statuses except STATUS_NOTVERSIONED_NOTMANAGED

Note: it covers ignored files.




STATUS_NOTVERSIONED_EXCLUDED
final public static int STATUS_NOTVERSIONED_EXCLUDED(Code)
The file exists locally but is NOT under version control because it should not be (i.e. is has the Ignore property set or resides under an excluded folder). The file itself IS under a versioned root.



STATUS_NOTVERSIONED_NEWLOCALLY
final public static int STATUS_NOTVERSIONED_NEWLOCALLY(Code)
The file exists locally but is NOT under version control, mostly because it has not been added to the repository yet.



STATUS_NOTVERSIONED_NOTMANAGED
final public static int STATUS_NOTVERSIONED_NOTMANAGED(Code)
The file is not managed by the module, i.e. the user does not wish it to be under control of this versioning system module. All files except files under versioned roots have this status.



STATUS_REMOTE_CHANGE
final public static int STATUS_REMOTE_CHANGE(Code)



STATUS_REVERTIBLE_CHANGE
final public static int STATUS_REVERTIBLE_CHANGE(Code)
Modified, in conflict, scheduled for removal or addition; or deleted but with existing entry record.



STATUS_UNKNOWN
final public static int STATUS_UNKNOWN(Code)
There is nothing known about the file, it may not even exist.



STATUS_VERSIONED
final public static int STATUS_VERSIONED(Code)
Has local metadata under .svn/



STATUS_VERSIONED_ADDEDLOCALLY
final public static int STATUS_VERSIONED_ADDEDLOCALLY(Code)
The file exists locally and has beed scheduled for addition to repository. This status represents state after the 'add' command.



STATUS_VERSIONED_CONFLICT
final public static int STATUS_VERSIONED_CONFLICT(Code)
Merging during update resulted in merge conflict. Conflicts in the local copy must be resolved before the file can be commited.



STATUS_VERSIONED_DELETEDLOCALLY
final public static int STATUS_VERSIONED_DELETEDLOCALLY(Code)
The file does NOT exist locally and exists in repository, it has beed removed locally.



STATUS_VERSIONED_MERGE
final public static int STATUS_VERSIONED_MERGE(Code)
The file was modified both locally and remotely and these changes may or may not result in merge conflict.



STATUS_VERSIONED_MODIFIEDINREPOSITORY
final public static int STATUS_VERSIONED_MODIFIEDINREPOSITORY(Code)
The file was not modified locally but an updated version exists in repository.



STATUS_VERSIONED_MODIFIEDLOCALLY
final public static int STATUS_VERSIONED_MODIFIEDLOCALLY(Code)
The file is modified locally and was not yet modified in repository.



STATUS_VERSIONED_NEWINREPOSITORY
final public static int STATUS_VERSIONED_NEWINREPOSITORY(Code)
The file does NOT exist locally but exists in repository and has not yet been downloaded.



STATUS_VERSIONED_REMOVEDINREPOSITORY
final public static int STATUS_VERSIONED_REMOVEDINREPOSITORY(Code)
The file has been removed from repository.



STATUS_VERSIONED_REMOVEDLOCALLY
final public static int STATUS_VERSIONED_REMOVEDLOCALLY(Code)
The file does NOT exist locally and exists in repository, it has beed removed locally, waits for commit.



STATUS_VERSIONED_UPTODATE
final public static int STATUS_VERSIONED_UPTODATE(Code)
The file is under version control and is in sync with repository.




Constructor Detail
FileInformation
public FileInformation()(Code)
For deserialization purposes only.



FileInformation
FileInformation(int status, ISVNStatus entry)(Code)



FileInformation
FileInformation(int status, boolean isDirectory)(Code)



FileInformation
FileInformation(int status, int propStatus, boolean isDirectory)(Code)




Method Detail
getEntry
public ISVNStatus getEntry(File file)(Code)
Retrieves file's Entry.
Parameters:
  file - file this information belongs to or null if you do not want the entry to be read from disk in case it is not loaded yet Status parsed entry form the .svn/entries file or null if the file does not exist,is not versioned or its entry is invalid



getShortStatusText
public String getShortStatusText()(Code)
short status name for local changes, for remotechanges returns ""



getStatus
public int getStatus()(Code)
Retrieves the status constant representing status of the file. one of status constants



getStatusText
public String getStatusText()(Code)
Returns localized text representation of status. status name, for multistatuses prefers localstatus name.



getStatusText
public String getStatusText(int displayStatuses)(Code)
Returns localized text representation of status.
Parameters:
  displayStatuses - statuses bitmask status name, for multistatuses prefers localstatus name, for masked "".



isDirectory
public boolean isDirectory()(Code)



toString
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)

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