Class CheckIndex.Options

  • Enclosing class:
    CheckIndex

    public static class CheckIndex.Options
    extends Object
    Run-time configuration options for CheckIndex commands.
    • Constructor Detail

      • Options

        public Options()
        Sole constructor.
    • Method Detail

      • getDirImpl

        public String getDirImpl()
        Get the name of the FSDirectory implementation class to use.
      • getIndexPath

        public String getIndexPath()
        Get the directory containing the index.
      • setOut

        public void setOut​(PrintStream out)
        Set the PrintStream to use for reporting results.