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