All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.core.FileAttributes

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.core.FileAttributes

public class FileAttributes
extends NativeObject
This class wraps the Objective-C class NSJavaFileAttributes.


Variable Index

 o FileDeviceIdentifier
 o FileGroupOwnerAccountName
 o FileModificationDate
 o FileOwnerAccountName
 o FilePosixPermissions
 o FileReferenceCount
 o FileSize
 o FileSystemFileNumber
 o FileSystemFreeNodes
 o FileSystemFreeSize
 o FileSystemNodes
 o FileSystemNumber
 o FileSystemSize
 o FileType
 o FileTypeBlockSpecial
 o FileTypeCharacterSpecial
 o FileTypeDirectory
 o FileTypeRegular
 o FileTypeSocket
 o FileTypeSymbolicLink
 o FileTypeUnknown

Constructor Index

 o FileAttributes()
This default constructor is equivalent to Objective-C's [[NSJavaFileAttributes alloc] init].
 o FileAttributes(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o fileGroupOwnerAccountName(Dictionary)
A wrapper for the + fileGroupOwnerAccountName: Objective-C class method.
 o fileModificationDate(Dictionary)
A wrapper for the + fileModificationDate: Objective-C class method.
 o fileOwnerAccountName(Dictionary)
A wrapper for the + fileOwnerAccountName: Objective-C class method.
 o filePosixPermissions(Dictionary)
A wrapper for the + filePosixPermissions: Objective-C class method.
 o fileSize(Dictionary)
A wrapper for the + fileSize: Objective-C class method.
 o fileSystemFileNumber(Dictionary)
A wrapper for the + fileSystemFileNumber: Objective-C class method.
 o fileSystemNumber(Dictionary)
A wrapper for the + fileSystemNumber: Objective-C class method.
 o fileType(Dictionary)
A wrapper for the + fileType: Objective-C class method.

Variables

 o FileType
 public static final String FileType
 o FileTypeDirectory
 public static final String FileTypeDirectory
 o FileTypeRegular
 public static final String FileTypeRegular
 o FileTypeSymbolicLink
 public static final String FileTypeSymbolicLink
 o FileTypeSocket
 public static final String FileTypeSocket
 o FileTypeCharacterSpecial
 public static final String FileTypeCharacterSpecial
 o FileTypeBlockSpecial
 public static final String FileTypeBlockSpecial
 o FileTypeUnknown
 public static final String FileTypeUnknown
 o FileSize
 public static final String FileSize
 o FileModificationDate
 public static final String FileModificationDate
 o FileReferenceCount
 public static final String FileReferenceCount
 o FileDeviceIdentifier
 public static final String FileDeviceIdentifier
 o FileOwnerAccountName
 public static final String FileOwnerAccountName
 o FileGroupOwnerAccountName
 public static final String FileGroupOwnerAccountName
 o FilePosixPermissions
 public static final String FilePosixPermissions
 o FileSystemNumber
 public static final String FileSystemNumber
 o FileSystemFileNumber
 public static final String FileSystemFileNumber
 o FileSystemSize
 public static final String FileSystemSize
 o FileSystemFreeSize
 public static final String FileSystemFreeSize
 o FileSystemNodes
 public static final String FileSystemNodes
 o FileSystemFreeNodes
 public static final String FileSystemFreeNodes

Constructors

 o FileAttributes
 protected FileAttributes(boolean shouldAllocate,
                          int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o FileAttributes
 public FileAttributes()
This default constructor is equivalent to Objective-C's [[NSJavaFileAttributes alloc] init].

Methods

 o fileSize
 public static native int fileSize(Dictionary dict)
A wrapper for the + fileSize: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o fileModificationDate
 public static native Date fileModificationDate(Dictionary dict)
A wrapper for the + fileModificationDate: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o fileType
 public static native String fileType(Dictionary dict)
A wrapper for the + fileType: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o filePosixPermissions
 public static native int filePosixPermissions(Dictionary dict)
A wrapper for the + filePosixPermissions: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o fileOwnerAccountName
 public static native String fileOwnerAccountName(Dictionary dict)
A wrapper for the + fileOwnerAccountName: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o fileGroupOwnerAccountName
 public static native String fileGroupOwnerAccountName(Dictionary dict)
A wrapper for the + fileGroupOwnerAccountName: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o fileSystemNumber
 public static native int fileSystemNumber(Dictionary dict)
A wrapper for the + fileSystemNumber: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).

 o fileSystemFileNumber
 public static native int fileSystemFileNumber(Dictionary dict)
A wrapper for the + fileSystemFileNumber: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, FileAttributes, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index