A C G R S 
All Classes All Packages

A

alt() - Method in annotation type rocks.rdil.simpleconfig.Configuration
An (optional) way to make this field use a different name in the saved JSON file.

C

Config - Class in rocks.rdil.simpleconfig
An empty abstract class that will hold your configuration options in it.
Config() - Constructor for class rocks.rdil.simpleconfig.Config
 
ConfigHandler - Class in rocks.rdil.simpleconfig
The handler for JSON files - manages Config classes.
ConfigHandler(File) - Constructor for class rocks.rdil.simpleconfig.ConfigHandler
Creates a new instance of the configuration handler.
Configuration - Annotation Type in rocks.rdil.simpleconfig
A configuration option.

G

getCfg() - Method in class rocks.rdil.simpleconfig.ConfigHandler
Get the JSON object for all the registered Configs.

R

register(Config) - Method in class rocks.rdil.simpleconfig.ConfigHandler
Registers a Config class to the current JSON file.
rocks.rdil.simpleconfig - package rocks.rdil.simpleconfig
The package that holds all the code.

S

save() - Method in class rocks.rdil.simpleconfig.ConfigHandler
Saves the configuration to the file assigned to this handler.
A C G R S 
All Classes All Packages