Package org.apache.log4j.config
Class Log4j1ConfigurationConverter.CommandLineArguments
java.lang.Object
org.apache.logging.log4j.core.tools.BasicCommandLineArguments
org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
- All Implemented Interfaces:
Runnable
- Enclosing class:
Log4j1ConfigurationConverter
public static class Log4j1ConfigurationConverter.CommandLineArguments
extends BasicCommandLineArguments
implements Runnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidrun()voidsetFailFast(boolean failFast) voidvoidsetPathOut(Path pathOut) voidsetRecurseIntoPath(Path recurseIntoPath) voidsetVerbose(boolean verbose) toString()Methods inherited from class org.apache.logging.log4j.core.tools.BasicCommandLineArguments
isHelp, setHelp
-
Field Details
-
failFast
private boolean failFast -
pathIn
-
pathOut
-
recurseIntoPath
-
verbose
private boolean verbose
-
-
Constructor Details
-
CommandLineArguments
public CommandLineArguments()
-
-
Method Details
-
getPathIn
-
getPathOut
-
getRecurseIntoPath
-
isFailFast
public boolean isFailFast() -
isVerbose
public boolean isVerbose() -
setFailFast
public void setFailFast(boolean failFast) -
setPathIn
-
setPathOut
-
setRecurseIntoPath
-
setVerbose
public void setVerbose(boolean verbose) -
run
public void run() -
toString
-