Class CommandLineUtil

java.lang.Object
com.powsybl.tools.CommandLineUtil

public final class CommandLineUtil extends Object
Author:
Mathieu Bague <mathieu.bague at rte-france.com>
  • Method Details

    • getOptionValue

      public static <T extends Enum<T>> T getOptionValue(org.apache.commons.cli.CommandLine line, String option, Class<T> clazz, T defaultValue)