{
throw new ExhibitorCreatorExit(cli);
}
}
ServoRegistration servoRegistration = null;
if ( "true".equalsIgnoreCase(commandLine.getOptionValue(SERVO_INTEGRATION, "false")) )
{
servoRegistration = new ServoRegistration(new JmxMonitorRegistry("exhibitor"), 60000);
}
String preferencesPath = commandLine.getOptionValue(PREFERENCES_PATH);
this.builder = ExhibitorArguments.builder()