this.propertiesToStartParameterConverter = propertiesToStartParameterConverter;
this.propertiesToDaemonParametersConverter = propertiesToDaemonParametersConverter;
}
private BuildActionsFactory(ServiceRegistry loggingServices, DefaultCommandLineConverter commandLineConverter) {
this(loggingServices, commandLineConverter, new DaemonCommandLineConverter(),
commandLineConverter.getLayoutConverter(), commandLineConverter.getSystemPropertiesConverter(),
new LayoutToPropertiesConverter(), new PropertiesToStartParameterConverter(), new PropertiesToDaemonParametersConverter());
}