schemacrawler.tools.text.base.OptionsBuilder Maven / Gradle / Ivy
package schemacrawler.tools.text.base;
import schemacrawler.schemacrawler.Config;
import schemacrawler.schemacrawler.Options;
public interface OptionsBuilder
{
Config toConfig();
OptionsBuilder setFromConfig(Config config);
O toOptions();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy