21222324252627
public void setFailOnFirstError(boolean failOnFirstError) { this.failOnFirstError = failOnFirstError; } public static That that(String path) { return new That(path); }