C D E F G I K M N O P R S T V W 

C

cancel() - Method in class com.barbarysoftware.watchservice.WatchKey
Cancels the registration with the watch service.
CarbonAPI - Interface in com.barbarysoftware.jna
 
CarbonAPI.FSEventStreamCallback - Interface in com.barbarysoftware.jna
 
CFAllocatorRef - Class in com.barbarysoftware.jna
 
CFAllocatorRef() - Constructor for class com.barbarysoftware.jna.CFAllocatorRef
 
CFArrayCreate(CFAllocatorRef, Pointer[], CFIndex, Void) - Method in interface com.barbarysoftware.jna.CarbonAPI
 
CFArrayRef - Class in com.barbarysoftware.jna
 
CFArrayRef() - Constructor for class com.barbarysoftware.jna.CFArrayRef
 
CFIndex - Class in com.barbarysoftware.jna
 
CFIndex() - Constructor for class com.barbarysoftware.jna.CFIndex
 
CFRunLoopGetCurrent() - Method in interface com.barbarysoftware.jna.CarbonAPI
 
CFRunLoopRef - Class in com.barbarysoftware.jna
 
CFRunLoopRef() - Constructor for class com.barbarysoftware.jna.CFRunLoopRef
 
CFRunLoopRun() - Method in interface com.barbarysoftware.jna.CarbonAPI
 
CFRunLoopStop(CFRunLoopRef) - Method in interface com.barbarysoftware.jna.CarbonAPI
 
CFStringCreateWithCharacters(Void, char[], CFIndex) - Method in interface com.barbarysoftware.jna.CarbonAPI
 
CFStringRef - Class in com.barbarysoftware.jna
 
CFStringRef() - Constructor for class com.barbarysoftware.jna.CFStringRef
 
close() - Method in class com.barbarysoftware.watchservice.WatchService
Closes this watch service.
ClosedWatchServiceException - Exception in com.barbarysoftware.watchservice
Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.
ClosedWatchServiceException() - Constructor for exception com.barbarysoftware.watchservice.ClosedWatchServiceException
Constructs an instance of this class.
com.barbarysoftware.jna - package com.barbarysoftware.jna
 
com.barbarysoftware.watchservice - package com.barbarysoftware.watchservice
 
context() - Method in class com.barbarysoftware.watchservice.WatchEvent
Returns the context for the event.
count() - Method in class com.barbarysoftware.watchservice.WatchEvent
Returns the event count.

D

Demo - Class in com.barbarysoftware.watchservice
 
Demo() - Constructor for class com.barbarysoftware.watchservice.Demo
 

E

ENTRY_CREATE - Static variable in class com.barbarysoftware.watchservice.StandardWatchEventKind
Directory entry created.
ENTRY_DELETE - Static variable in class com.barbarysoftware.watchservice.StandardWatchEventKind
Directory entry deleted.
ENTRY_MODIFY - Static variable in class com.barbarysoftware.watchservice.StandardWatchEventKind
Directory entry modified.

F

FSEventStreamCreate(Pointer, CarbonAPI.FSEventStreamCallback, Pointer, CFArrayRef, long, double, int) - Method in interface com.barbarysoftware.jna.CarbonAPI
 
FSEventStreamRef - Class in com.barbarysoftware.jna
 
FSEventStreamRef() - Constructor for class com.barbarysoftware.jna.FSEventStreamRef
 
FSEventStreamScheduleWithRunLoop(FSEventStreamRef, CFRunLoopRef, CFStringRef) - Method in interface com.barbarysoftware.jna.CarbonAPI
 
FSEventStreamStart(FSEventStreamRef) - Method in interface com.barbarysoftware.jna.CarbonAPI
 
FSEventStreamStop(FSEventStreamRef) - Method in interface com.barbarysoftware.jna.CarbonAPI
 

G

getFile() - Method in class com.barbarysoftware.watchservice.WatchableFile
 

I

INSTANCE - Static variable in interface com.barbarysoftware.jna.CarbonAPI
 
invoke(FSEventStreamRef, Pointer, NativeLong, Pointer, Pointer, Pointer) - Method in interface com.barbarysoftware.jna.CarbonAPI.FSEventStreamCallback
 
isValid() - Method in class com.barbarysoftware.watchservice.WatchKey
Tells whether or not this watch key is valid.

K

kind() - Method in class com.barbarysoftware.watchservice.WatchEvent
Returns the event kind.

M

main(String[]) - Static method in class com.barbarysoftware.watchservice.Demo
 

N

name() - Method in interface com.barbarysoftware.watchservice.WatchEvent.Kind
Returns the name of the event kind.
name() - Method in interface com.barbarysoftware.watchservice.WatchEvent.Modifier
 
newWatchService() - Static method in class com.barbarysoftware.watchservice.WatchService
 

O

OVERFLOW - Static variable in class com.barbarysoftware.watchservice.StandardWatchEventKind
A special event to indicate that events may have been lost or discarded.

P

poll() - Method in class com.barbarysoftware.watchservice.WatchService
Retrieves and removes the next watch key, or null if none are present.
poll(long, TimeUnit) - Method in class com.barbarysoftware.watchservice.WatchService
Retrieves and removes the next watch key, waiting if necessary up to the specified wait time if none are yet present.
pollEvents() - Method in class com.barbarysoftware.watchservice.WatchKey
Retrieves and removes all pending events for this watch key, returning a List of the events that were retrieved.
ProviderMismatchException - Exception in com.barbarysoftware.watchservice
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.
ProviderMismatchException() - Constructor for exception com.barbarysoftware.watchservice.ProviderMismatchException
Constructs an instance of this class.
ProviderMismatchException(String) - Constructor for exception com.barbarysoftware.watchservice.ProviderMismatchException
Constructs an instance of this class.

R

register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface com.barbarysoftware.watchservice.Watchable
Registers an object with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in interface com.barbarysoftware.watchservice.Watchable
Registers an object with a watch service.
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class com.barbarysoftware.watchservice.WatchableFile
 
register(WatchService, WatchEvent.Kind<?>...) - Method in class com.barbarysoftware.watchservice.WatchableFile
 
reset() - Method in class com.barbarysoftware.watchservice.WatchKey
Resets this watch key.

S

StandardWatchEventKind - Class in com.barbarysoftware.watchservice
Defines the <em>standard</em> event kinds.

T

take() - Method in class com.barbarysoftware.watchservice.WatchService
Retrieves and removes next watch key, waiting if none are yet present.
toCFString(String) - Static method in class com.barbarysoftware.jna.CFStringRef
 
toString() - Method in class com.barbarysoftware.watchservice.WatchableFile
 
type() - Method in interface com.barbarysoftware.watchservice.WatchEvent.Kind
Returns the type of the context value.

V

valueOf(int) - Static method in class com.barbarysoftware.jna.CFIndex
 

W

Watchable - Interface in com.barbarysoftware.watchservice
An object that may be registered with a watch service so that it can be <em>watched</em> for changes and events.
WatchableFile - Class in com.barbarysoftware.watchservice
 
WatchableFile(File) - Constructor for class com.barbarysoftware.watchservice.WatchableFile
 
WatchEvent<T> - Class in com.barbarysoftware.watchservice
An event or a repeated event for an object that is registered with a WatchService.
WatchEvent() - Constructor for class com.barbarysoftware.watchservice.WatchEvent
Initializes a new instance of this class.
WatchEvent.Kind<T> - Interface in com.barbarysoftware.watchservice
An event kind, for the purposes of identification.
WatchEvent.Modifier - Interface in com.barbarysoftware.watchservice
An event modifier that qualifies how a Watchable is registered with a WatchService.
WatchKey - Class in com.barbarysoftware.watchservice
A token representing the registration of a watchable object with a WatchService.
WatchKey() - Constructor for class com.barbarysoftware.watchservice.WatchKey
Initializes a new instance of this class.
WatchService - Class in com.barbarysoftware.watchservice
 
WatchService() - Constructor for class com.barbarysoftware.watchservice.WatchService
 
C D E F G I K M N O P R S T V W 

Copyright © 2015. All rights reserved.