- fail(String, Throwable...) - Method in class me.timothy.bots.BotDriver
-
Terminates the program after logging message
at
Level.ERROR, as well as logging the list of errors
- FAIL_ON_EXCEPTION - Static variable in class me.timothy.bots.Retryable
-
Marks that this should fail on exceptions by
propagating said exception.
- FileConfiguration - Class in me.timothy.bots
-
Loads lots and lots of various strings/properties from there appropriate
files.
- FileConfiguration() - Constructor for class me.timothy.bots.FileConfiguration
-
Initializes a file configuration but does not load
any configuration.
- FlatFileDatabase - Class in me.timothy.bots.impl
-
A basic flat-file database that uses 1 line in
each file to save a fullname.
- FlatFileDatabase() - Constructor for class me.timothy.bots.impl.FlatFileDatabase
-
Creates a flat file database
- format() - Method in class me.timothy.bots.Table
-
Gets the reddit format of the table
- FormattableObject - Interface in me.timothy.bots.responses
-
Ever response object must implement this interface.
- FormatterCollection - Class in me.timothy.bots.responses
-
- FormatterCollection() - Constructor for class me.timothy.bots.responses.FormatterCollection
-