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:
java.lang.Runnable
- Enclosing class:
- Log4j1ConfigurationConverter
public static class Log4j1ConfigurationConverter.CommandLineArguments extends BasicCommandLineArguments implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private booleanfailFastprivate java.nio.file.PathpathInprivate java.nio.file.PathpathOutprivate java.nio.file.PathrecurseIntoPathprivate booleanverbose
-
Constructor Summary
Constructors Constructor Description CommandLineArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.PathgetPathIn()java.nio.file.PathgetPathOut()java.nio.file.PathgetRecurseIntoPath()booleanisFailFast()booleanisVerbose()voidrun()voidsetFailFast(boolean failFast)voidsetPathIn(java.nio.file.Path pathIn)voidsetPathOut(java.nio.file.Path pathOut)voidsetRecurseIntoPath(java.nio.file.Path recurseIntoPath)voidsetVerbose(boolean verbose)java.lang.StringtoString()-
Methods inherited from class org.apache.logging.log4j.core.tools.BasicCommandLineArguments
isHelp, setHelp
-
-
-
-
Method Detail
-
getPathIn
public java.nio.file.Path getPathIn()
-
getPathOut
public java.nio.file.Path getPathOut()
-
getRecurseIntoPath
public java.nio.file.Path getRecurseIntoPath()
-
isFailFast
public boolean isFailFast()
-
isVerbose
public boolean isVerbose()
-
setFailFast
public void setFailFast(boolean failFast)
-
setPathIn
public void setPathIn(java.nio.file.Path pathIn)
-
setPathOut
public void setPathOut(java.nio.file.Path pathOut)
-
setRecurseIntoPath
public void setRecurseIntoPath(java.nio.file.Path recurseIntoPath)
-
setVerbose
public void setVerbose(boolean verbose)
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-