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 boolean
failFast
private java.nio.file.Path
pathIn
private java.nio.file.Path
pathOut
private java.nio.file.Path
recurseIntoPath
private boolean
verbose
-
Constructor Summary
Constructors Constructor Description CommandLineArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.Path
getPathIn()
java.nio.file.Path
getPathOut()
java.nio.file.Path
getRecurseIntoPath()
boolean
isFailFast()
boolean
isVerbose()
void
run()
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()
-
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:
run
in interfacejava.lang.Runnable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-