Package org.apache.tika.fuzzing.cli
Class FuzzingCLIConfig
- java.lang.Object
-
- org.apache.tika.fuzzing.cli.FuzzingCLIConfig
-
public class FuzzingCLIConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description FuzzingCLIConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxTransformers()
int
getPerFileIterations()
Path
getProblemsDirectory()
int
getRetries()
Path
getTikaConfig()
static FuzzingCLIConfig
parse(String[] args)
-
-
-
Method Detail
-
parse
public static FuzzingCLIConfig parse(String[] args) throws org.apache.commons.cli.ParseException
- Throws:
org.apache.commons.cli.ParseException
-
getProblemsDirectory
public Path getProblemsDirectory()
-
getTikaConfig
public Path getTikaConfig()
-
getMaxTransformers
public int getMaxTransformers()
-
getPerFileIterations
public int getPerFileIterations()
-
getRetries
public int getRetries()
-
-