Java Doc for AttribFlags.java in  » Net » Ganymed-SSH-2 » ch » ethz » ssh2 » sftp » 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 » Net » Ganymed SSH 2 » ch.ethz.ssh2.sftp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   ch.ethz.ssh2.sftp.AttribFlags

AttribFlags
public class AttribFlags (Code)
Attribute Flags. The 'valid-attribute-flags' field in the SFTP ATTRS data type specifies which of the fields are actually present.
author:
   Christian Plattner, plattner@inf.ethz.ch
version:
   $Id: AttribFlags.java,v 1.2 2006/08/02 12:05:00 cplattne Exp $


Field Summary
final public static  intSSH_FILEXFER_ATTR_ACCESSTIME
     Indicates that the 'atime' field is present.
final public static  intSSH_FILEXFER_ATTR_ACL
     Indicates that the 'acl' field is present.
final public static  intSSH_FILEXFER_ATTR_ALLOCATION_SIZE
     Indicates that the 'allocation-size' field is present.
final public static  intSSH_FILEXFER_ATTR_BITS
     Indicates that the 'attrib-bits' and 'attrib-bits-valid' fields are present.
final public static  intSSH_FILEXFER_ATTR_CREATETIME
     Indicates that the 'createtime' field is present.
final public static  intSSH_FILEXFER_ATTR_CTIME
     Indicates that the 'ctime' field is present.
final public static  intSSH_FILEXFER_ATTR_EXTENDED
     Indicates that the 'extended-count' field (and probablby some 'extensions') is present.
final public static  intSSH_FILEXFER_ATTR_LINK_COUNT
     Indicates that the 'link-count' field is present.
final public static  intSSH_FILEXFER_ATTR_MIME_TYPE
     Indicates that the 'mime-type' field is present.
final public static  intSSH_FILEXFER_ATTR_MODIFYTIME
     Indicates that the 'mtime' field is present.
final public static  intSSH_FILEXFER_ATTR_OWNERGROUP
     Indicates that the 'owner' and 'group' fields are present.
final public static  intSSH_FILEXFER_ATTR_PERMISSIONS
     Indicates that the 'permissions' field is present.
final public static  intSSH_FILEXFER_ATTR_SIZE
     Indicates that the 'allocation-size' field is present.
final public static  intSSH_FILEXFER_ATTR_SUBSECOND_TIMES
     Indicates that additionally to the 'atime', 'createtime', 'mtime' and 'ctime' fields (if present), there is also 'atime-nseconds', 'createtime-nseconds', 'mtime-nseconds' and 'ctime-nseconds'.
final public static  intSSH_FILEXFER_ATTR_TEXT_HINT
     Indicates that the 'text-hint' field is present.
final public static  intSSH_FILEXFER_ATTR_UNTRANSLATED_NAME
     Indicates that the 'untranslated-name' field is present.
final public static  intSSH_FILEXFER_ATTR_V3_ACMODTIME
     Indicates that the 'atime' and 'mtime' field are present (protocol v3).
final public static  intSSH_FILEXFER_ATTR_V3_UIDGID
     Protocol version 6: 0x00000002 was used in a previous version of this protocol.



Field Detail
SSH_FILEXFER_ATTR_ACCESSTIME
final public static int SSH_FILEXFER_ATTR_ACCESSTIME(Code)
Indicates that the 'atime' field is present.



SSH_FILEXFER_ATTR_ACL
final public static int SSH_FILEXFER_ATTR_ACL(Code)
Indicates that the 'acl' field is present.



SSH_FILEXFER_ATTR_ALLOCATION_SIZE
final public static int SSH_FILEXFER_ATTR_ALLOCATION_SIZE(Code)
Indicates that the 'allocation-size' field is present.



SSH_FILEXFER_ATTR_BITS
final public static int SSH_FILEXFER_ATTR_BITS(Code)
Indicates that the 'attrib-bits' and 'attrib-bits-valid' fields are present.



SSH_FILEXFER_ATTR_CREATETIME
final public static int SSH_FILEXFER_ATTR_CREATETIME(Code)
Indicates that the 'createtime' field is present.



SSH_FILEXFER_ATTR_CTIME
final public static int SSH_FILEXFER_ATTR_CTIME(Code)
Indicates that the 'ctime' field is present.



SSH_FILEXFER_ATTR_EXTENDED
final public static int SSH_FILEXFER_ATTR_EXTENDED(Code)
Indicates that the 'extended-count' field (and probablby some 'extensions') is present.



SSH_FILEXFER_ATTR_LINK_COUNT
final public static int SSH_FILEXFER_ATTR_LINK_COUNT(Code)
Indicates that the 'link-count' field is present.



SSH_FILEXFER_ATTR_MIME_TYPE
final public static int SSH_FILEXFER_ATTR_MIME_TYPE(Code)
Indicates that the 'mime-type' field is present.



SSH_FILEXFER_ATTR_MODIFYTIME
final public static int SSH_FILEXFER_ATTR_MODIFYTIME(Code)
Indicates that the 'mtime' field is present.



SSH_FILEXFER_ATTR_OWNERGROUP
final public static int SSH_FILEXFER_ATTR_OWNERGROUP(Code)
Indicates that the 'owner' and 'group' fields are present.



SSH_FILEXFER_ATTR_PERMISSIONS
final public static int SSH_FILEXFER_ATTR_PERMISSIONS(Code)
Indicates that the 'permissions' field is present.



SSH_FILEXFER_ATTR_SIZE
final public static int SSH_FILEXFER_ATTR_SIZE(Code)
Indicates that the 'allocation-size' field is present.



SSH_FILEXFER_ATTR_SUBSECOND_TIMES
final public static int SSH_FILEXFER_ATTR_SUBSECOND_TIMES(Code)
Indicates that additionally to the 'atime', 'createtime', 'mtime' and 'ctime' fields (if present), there is also 'atime-nseconds', 'createtime-nseconds', 'mtime-nseconds' and 'ctime-nseconds'.



SSH_FILEXFER_ATTR_TEXT_HINT
final public static int SSH_FILEXFER_ATTR_TEXT_HINT(Code)
Indicates that the 'text-hint' field is present.



SSH_FILEXFER_ATTR_UNTRANSLATED_NAME
final public static int SSH_FILEXFER_ATTR_UNTRANSLATED_NAME(Code)
Indicates that the 'untranslated-name' field is present.



SSH_FILEXFER_ATTR_V3_ACMODTIME
final public static int SSH_FILEXFER_ATTR_V3_ACMODTIME(Code)
Indicates that the 'atime' and 'mtime' field are present (protocol v3).



SSH_FILEXFER_ATTR_V3_UIDGID
final public static int SSH_FILEXFER_ATTR_V3_UIDGID(Code)
Protocol version 6: 0x00000002 was used in a previous version of this protocol. It is now a reserved value and MUST NOT appear in the mask. Some future version of this protocol may reuse this value.





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.