Class MiniAccumuloRunner.PropertiesConverter

java.lang.Object
org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Properties>
Enclosing class:
MiniAccumuloRunner

public static class MiniAccumuloRunner.PropertiesConverter extends Object implements com.beust.jcommander.IStringConverter<Properties>
  • Constructor Details

    • PropertiesConverter

      public PropertiesConverter()
  • Method Details

    • convert

      public Properties convert(String fileName)
      Specified by:
      convert in interface com.beust.jcommander.IStringConverter<Properties>