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
-
-
Constructor Summary
Constructors Constructor Description CommandLineArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetPathIn()PathgetPathOut()PathgetRecurseIntoPath()booleanisFailFast()booleanisVerbose()voidrun()voidsetFailFast(boolean failFast)voidsetPathIn(Path pathIn)voidsetPathOut(Path pathOut)voidsetRecurseIntoPath(Path recurseIntoPath)voidsetVerbose(boolean verbose)StringtoString()-
Methods inherited from class org.apache.logging.log4j.core.tools.BasicCommandLineArguments
isHelp, setHelp
-
-
-
-
Method Detail
-
getPathIn
public Path getPathIn()
-
getPathOut
public Path getPathOut()
-
getRecurseIntoPath
public Path getRecurseIntoPath()
-
isFailFast
public boolean isFailFast()
-
isVerbose
public boolean isVerbose()
-
setFailFast
public void setFailFast(boolean failFast)
-
setPathIn
public void setPathIn(Path pathIn)
-
setPathOut
public void setPathOut(Path pathOut)
-
setRecurseIntoPath
public void setRecurseIntoPath(Path recurseIntoPath)
-
setVerbose
public void setVerbose(boolean verbose)
-
-