*/
public static void main(String[] args)
throws Exception
{
parseArgs(args);
BootstrapCleanerConfig config = new BootstrapCleanerConfig();
BootstrapConfig bsConfig = new BootstrapConfig();
ConfigLoader<BootstrapCleanerStaticConfig> configLoader =
new ConfigLoader<BootstrapCleanerStaticConfig>("databus.bootstrap.cleaner.", config);