public class FuzzingCLIConfig extends Object
Constructor and Description |
---|
FuzzingCLIConfig() |
Modifier and Type | Method and Description |
---|---|
Path |
getInputDirectory() |
int |
getMaxTransformers() |
int |
getNumThreads() |
Path |
getOutputDirectory() |
int |
getPerFileIterations() |
int |
getRetries() |
long |
getTimeoutMs() |
static FuzzingCLIConfig |
parse(String[] args) |
public static FuzzingCLIConfig parse(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseException
public int getNumThreads()
public Path getInputDirectory()
public Path getOutputDirectory()
public int getMaxTransformers()
public long getTimeoutMs()
public int getPerFileIterations()
public int getRetries()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.