public class Option extends Object
Modifier and Type | Method and Description |
---|---|
static int |
defaultNbThreads() |
void |
define(String name,
String value) |
String |
getCharset() |
List<String> |
getConfig() |
Defines |
getDefaultDefines() |
List<String> |
getExcludes() |
FileFormat |
getFileFormat() |
FileFormatOption |
getFileFormatOption() |
int |
getFtpPort() |
int |
getNbThreads() |
File |
getOutputDir() |
File |
getOutputFile() |
static String |
getPattern() |
List<String> |
getResult() |
void |
initConfig(String filename) |
boolean |
isCheckOnly() |
boolean |
isComputeurl() |
boolean |
isDecodeurl() |
boolean |
isDuration() |
boolean |
isFailfast2() |
boolean |
isFailfastOrFailfast2() |
boolean |
isPattern() |
boolean |
isPipe() |
boolean |
isSyntax() |
void |
setCharset(String s) |
void |
setCheckOnly(boolean checkOnly) |
void |
setFailfast(boolean failfast) |
void |
setFailfast2(boolean failfast2) |
void |
setFileFormat(FileFormat fileFormat) |
void |
setNbThreads(int nb) |
void |
setOutputDir(File f) |
public Option()
public Option(String... arg) throws InterruptedException, IOException
InterruptedException
IOException
public FileFormat getFileFormat()
public void setFileFormat(FileFormat fileFormat)
public int getFtpPort()
public void initConfig(String filename) throws IOException
IOException
public final File getOutputDir()
public static final String getPattern()
public void setOutputDir(File f)
public Defines getDefaultDefines()
public final String getCharset()
public void setCharset(String s)
public final boolean isComputeurl()
public final boolean isDecodeurl()
public final boolean isPipe()
public final boolean isSyntax()
public final boolean isPattern()
public FileFormatOption getFileFormatOption()
public final boolean isDuration()
public final int getNbThreads()
public final void setNbThreads(int nb)
public static int defaultNbThreads()
public final boolean isCheckOnly()
public final void setCheckOnly(boolean checkOnly)
public final boolean isFailfastOrFailfast2()
public final boolean isFailfast2()
public final void setFailfast(boolean failfast)
public final void setFailfast2(boolean failfast2)
public final File getOutputFile()
Copyright © 2014. All Rights Reserved.