- FileEvent - Class in com.swoval.files.apple
-
Simple wrapper around the event provided by the apple file system event callback.
- FileEvent(String, int) - Constructor for class com.swoval.files.apple.FileEvent
-
- FileEventMonitor - Interface in com.swoval.files.apple
-
- FileEventMonitors - Class in com.swoval.files.apple
-
- FileEventMonitors.Handle - Interface in com.swoval.files.apple
-
- FileEventMonitors.Handles - Class in com.swoval.files.apple
-
Provides an invalid handle that indicates that either registration of a stream was unsucessful
or the stream has been made redundant by a stream for a different path that covers the path for
which the stream was created.
- fileName - Variable in class com.swoval.files.apple.FileEvent
-
- FileTreeDataView<T> - Interface in com.swoval.files
-
A repository for which each Path
has an associated data value.
- FileTreeDataViews - Class in com.swoval.files
-
Provides functional interfaces for processing and managing instances of
FileTreeDataView
.
- FileTreeDataViews.CacheObserver<T> - Interface in com.swoval.files
-
Provides callbacks to run when different types of file events are detected by the cache.
- FileTreeDataViews.Converter<R> - Interface in com.swoval.files
-
Converts a Path into an arbitrary value to be cached.
- FileTreeDataViews.Entry<T> - Interface in com.swoval.files
-
Container class for CachedDirectoryImpl
entries.
- FileTreeDataViews.ObservableCache<T> - Interface in com.swoval.files
-
A file tree cache that can be monitored for events.
- FileTreeRepositories - Class in com.swoval.files
-
- FileTreeRepository<T> - Interface in com.swoval.files
-
Provides an in memory cache of portions of the file system.
- FileTreeView - Interface in com.swoval.files
-
Lists all of the children of a particular directory up to a specified depth.
- FileTreeViews - Class in com.swoval.files
-
Provides static methods returning instances of the various view interfaces defined throughout
this package.
- FileTreeViews.Observable<T> - Interface in com.swoval.files
-
Provides an api for subscribing and unsubscribing to events.
- FileTreeViews.Observer<T> - Interface in com.swoval.files
-
- Filter<T> - Interface in com.swoval.functional
-
Generic Filter functional interface.
- Filters - Class in com.swoval.functional
-
Provides a generic AllPass filter.
- flags() - Method in class com.swoval.files.apple.FileEvent
-
- Flags - Class in com.swoval.files.apple
-
The flags for creating a file event stream.
- Flags() - Constructor for class com.swoval.files.apple.Flags
-
- flags(Event) - Static method in class com.swoval.files.apple.Flags.Event
-
- Flags.Create - Class in com.swoval.files.apple
-
Wrapper around the apple file events FsEventStreamCreateFlags.
- Flags.Event - Class in com.swoval.files.apple
-
Wrapper around the file system event flags.
- fromString(String) - Static method in class com.swoval.logging.Loggers.Level
-