All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.core.DirectoryEnumerator

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

public class DirectoryEnumerator
extends Enumerator
This class wraps the Objective-C class NSDirectoryEnumerator.


Constructor Index

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

Method Index

 o directoryAttributes()
A wrapper for the - directoryAttributes Objective-C instance method.
 o fileAttributes()
A wrapper for the - fileAttributes Objective-C instance method.
 o skipDescendents()
A wrapper for the - skipDescendents Objective-C instance method.

Constructors

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

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

Methods

 o fileAttributes
 public native Dictionary fileAttributes()
A wrapper for the - fileAttributes Objective-C instance method.

 o directoryAttributes
 public native Dictionary directoryAttributes()
A wrapper for the - directoryAttributes Objective-C instance method.

 o skipDescendents
 public native void skipDescendents()
A wrapper for the - skipDescendents Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index