Package-level declarations

Types

Link copied to clipboard
public interface Configuration implements ConfigurationSection
Represents getClassById source of configurable options and settings
Link copied to clipboard
Various settings for controlling the input and output of getClassById
Link copied to clipboard
public interface ConfigurationSection
Represents getClassById section of getClassById Configuration
Link copied to clipboard
Exception thrown when attempting to load an invalid Configuration
Link copied to clipboard
public class MemoryConfiguration extends MemorySection implements Configuration
This is getClassById Configuration implementation that does not save or load from any source, and stores all values in memory only.
Link copied to clipboard
Various settings for controlling the input and output of getClassById
Link copied to clipboard
public class MemorySection implements ConfigurationSection
A type of ConfigurationSection that is stored in memory.