Class ArgumentFileBuilder

java.lang.Object
io.github.ascopes.protobufmavenplugin.utils.ArgumentFileBuilder

public final class ArgumentFileBuilder extends Object
Builder for Java argument files that deals with the quoting and escaping rules Java expects.

See https://github.com/openjdk/jdk/blob/2461263aac35b25e2a48b6fc84da49e4b553dbc3/src/java.base/share/native/libjli/args.c#L165-L355 for the Java implementation.

Since:
2.6.0
Author:
Ashley Scopes