All Classes and Interfaces
Class
Description
An abstract handler implementation which only requires the extending class to overwrite
publish instead of
implementing the (mostly) unused methods flush and close as well.A log handler which automatically formats the given log record and notifies the provided message handler.
Represents a column in a table view.
A formatter that is highly customizable to build tables from columns.
A builder for a column formatter.
The counting task is a task that starts at a specified count and is capable of counting both up and down.
A utility class to resolve the usage of the host system CPU.
Represents the default file handler implementation of CloudNet, allowing more precise configuration of the resulting
log files which are created and then written to.
The default log formatter which prints out console messages plain without any special coloring.
The fallback logger factory which creates the loggers based on java.util.logging loggers which get wrapped into
custom loggers.
A logger instance which wraps a given java.util.logging logger.
This file utility class wraps convenient non-blocking-io methods that use checked exceptions into methods that catch
those exceptions and redirect them into the error log.
Deprecated, for removal: This API element is subject to removal in a future version.
for removal in a future version, do not use.
The main entry point for localization made in the CloudNet system.
A registered entry in this registry mapping the loader source and all messages of it.
An enumeration of all java versions starting from 8.
An output stream implementation that holds a listener to call when the stream gets closed.
The listenable task is a task that is allowed to be executed over and over again.
Represents the logger which is used withing CloudNet.
A factory for logger objects.
Holds some utility methods to work with loggers.
The log manager provides static access to underlying api to shortcut logger creation methods for easier
accessibility.
A special implementation of an output stream specifically made to log all the written content to it to a provided
logger instance.
Represents a dispatcher for log records.
Identifies that the object implementing this interface can be identified using the name supplied by the
Named.name() method.A small utility class to convert resource values between different formats.
A utility class to resolve the location of class resource on the class path or file system.
A formatter for rows based on columns.
A builder that can be used to construct a new row based formatter.
Utility class for working with strings.
This task is a
Future which can be completed at any time in the future and provides some
useful shortcuts for completable futures.A log record dispatcher which dispatches requested log records on a single thread one at a time.
A pair consisting of two elements: the first and second one.
Small utility class which supports pattern based searching through given input collections and tries to fix mistakes
in the given pattern input.
This zip utility class makes the process of zipping files and directories as well as extracting from zips easier and
prevents malicious zip names.