| *
* @param handlerFactory The handler factory for the application
* @return A newly constructed {@link LaunchConfig} based on this builder's state
*/
public LaunchConfig build(@Nullable HandlerFactory handlerFactory) {
return new DefaultLaunchConfig(
baseDir,
port,
address,
development,
threads,
|