public class DatabaseFieldConfigLoader extends Object
DatabaseFieldConfig
from a text file/stream.Constructor and Description |
---|
DatabaseFieldConfigLoader() |
Modifier and Type | Method and Description |
---|---|
static DatabaseFieldConfig |
fromReader(BufferedReader reader)
Load a configuration in from a text file.
|
static void |
write(BufferedWriter writer,
DatabaseFieldConfig config,
String tableName)
Write the configuration to a buffered writer.
|
static void |
writeConfig(BufferedWriter writer,
DatabaseFieldConfig config,
String tableName)
Print the config to the writer.
|
public static DatabaseFieldConfig fromReader(BufferedReader reader) throws SQLException
SQLException
public static void write(BufferedWriter writer, DatabaseFieldConfig config, String tableName) throws SQLException
SQLException
public static void writeConfig(BufferedWriter writer, DatabaseFieldConfig config, String tableName) throws IOException
IOException
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.