public class DatabaseTableConfigLoader extends Object
DatabaseTableConfig
from a text file/stream.Constructor and Description |
---|
DatabaseTableConfigLoader() |
Modifier and Type | Method and Description |
---|---|
static <T> DatabaseTableConfig<T> |
fromReader(BufferedReader reader)
Load a table configuration in from a text-file reader.
|
static List<DatabaseTableConfig<?>> |
loadDatabaseConfigFromReader(BufferedReader reader)
Load in a number of database configuration entries from a buffered reader.
|
static <T> void |
write(BufferedWriter writer,
DatabaseTableConfig<T> config)
Write the table configuration to a buffered writer.
|
public static List<DatabaseTableConfig<?>> loadDatabaseConfigFromReader(BufferedReader reader) throws SQLException
SQLException
public static <T> DatabaseTableConfig<T> fromReader(BufferedReader reader) throws SQLException
SQLException
public static <T> void write(BufferedWriter writer, DatabaseTableConfig<T> config) throws SQLException
SQLException
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.