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 Path
getPathIn()
Path
getPathOut()
Path
getRecurseIntoPath()
boolean
isFailFast()
boolean
isVerbose()
void
run()
void
setFailFast(boolean failFast)
void
setPathIn(Path pathIn)
void
setPathOut(Path pathOut)
void
setRecurseIntoPath(Path recurseIntoPath)
void
setVerbose(boolean verbose)
String
toString()
-
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)
-
-