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 Details

    • failFast

      private boolean failFast
    • pathIn

      private Path pathIn
    • pathOut

      private Path pathOut
    • recurseIntoPath

      private Path recurseIntoPath
    • verbose

      private boolean verbose
  • Constructor Details

    • CommandLineArguments

      public CommandLineArguments()
  • Method Details

    • 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)
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • toString

      public String toString()
      Overrides:
      toString in class Object