public static final class GenerateCreateTableTask.Configuration extends Object
GenerateCreateTableTask.| Constructor and Description |
|---|
Configuration(ClassLoader classLoader,
List<File> sources,
Pattern acceptTableNames,
Function<? super TableInfo,? extends String> locationProvider,
String databaseName,
File output)
Creates a new instance.
|
public Configuration(ClassLoader classLoader, List<File> sources, Pattern acceptTableNames, Function<? super TableInfo,? extends String> locationProvider, String databaseName, File output)
classLoader - the target class loadersources - the class path (nullable)acceptTableNames - target table name pattern (nullable)locationProvider - provides table location (nullable)databaseName - the database name (nullable)output - the output pathCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.