public static class Log4j1ConfigurationConverter.CommandLineArguments extends BasicCommandLineArguments
Modifier and Type | Field and Description |
---|---|
private boolean |
failFast |
private java.nio.file.Path |
pathIn |
private java.nio.file.Path |
pathOut |
private java.nio.file.Path |
recurseIntoPath |
private boolean |
verbose |
Constructor and Description |
---|
CommandLineArguments() |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getPathIn() |
java.nio.file.Path |
getPathOut() |
java.nio.file.Path |
getRecurseIntoPath() |
boolean |
isFailFast() |
boolean |
isVerbose() |
void |
setFailFast(boolean failFast) |
void |
setPathIn(java.nio.file.Path pathIn) |
void |
setPathOut(java.nio.file.Path pathOut) |
void |
setRecurseIntoPath(java.nio.file.Path recurseIntoPath) |
void |
setVerbose(boolean verbose) |
java.lang.String |
toString() |
isHelp, parseCommandLine, setHelp
private boolean failFast
private java.nio.file.Path pathIn
private java.nio.file.Path pathOut
private java.nio.file.Path recurseIntoPath
private boolean verbose
public java.nio.file.Path getPathIn()
public java.nio.file.Path getPathOut()
public java.nio.file.Path getRecurseIntoPath()
public boolean isFailFast()
public boolean isVerbose()
public void setFailFast(boolean failFast)
public void setPathIn(java.nio.file.Path pathIn)
public void setPathOut(java.nio.file.Path pathOut)
public void setRecurseIntoPath(java.nio.file.Path recurseIntoPath)
public void setVerbose(boolean verbose)
public java.lang.String toString()
toString
in class java.lang.Object