Package

com.swoval.files

apple

Permalink

package apple

Visibility
  1. Public
  2. All

Type Members

  1. class ClosedFileEventMonitorException extends IOException

    Permalink
  2. abstract class Event extends AnyRef

    Permalink

    Provides information about an event provided by the apple file events api.

    Provides information about an event provided by the apple file events api. All of the public methods are simple methods that check if the particular event flag is set in the flags variable returned by the apple file event.

    See also

    FSEventStreamEventFlags

  3. class FileEvent extends Event

    Permalink

    Simple wrapper around the event provided by the apple file system event callback.

    Simple wrapper around the event provided by the apple file system event callback.

    See also

    FsEventStreamCallback

  4. class FileEventMonitor extends AutoCloseable

    Permalink
    Annotations
    @JSExportTopLevel( ... ) @JSExportAll()

Value Members

  1. object FileEventMonitors

    Permalink
    Annotations
    @JSExportTopLevel( ... )
  2. object Flags

    Permalink

Ungrouped