All Classes and Interfaces

Class
Description
Application-level logger abstraction.
Bukkit-backed application logger.
Represents a configuration section that can be created and populated inside a FileConfiguration.
Represents a managed configuration file.
Provides a development command for inspecting managed files.
Utility methods for validating file names and checking file paths.
Factory responsible for creating managed files.
Provides access to managed files.
Provides access to a managed file configuration.
Maintains the registry of managed files.
Defines how a CustomFile should be synchronized with its underlying filesystem representation.
Coordinates file synchronization by delegating the work to the configured synchronization strategy.
Centralized factory for Filizer runtime exceptions.
Thrown when a file cannot be created.
Thrown when a file cannot be deleted.
Thrown when a requested file cannot be found.
Thrown when a file cannot be saved.
Thrown when a file name is invalid.
Thrown when a file path or file name is invalid.
Main entry point of the Filizer plugin.
Synchronizes files using the filesystem last modified timestamp.
Never synchronizes files.
Bootstraps the Filizer plugin.
Synchronizes files using the Java WatchService API.