public class CommandLine_GroovyExtension extends Object
Constructor and Description |
---|
CommandLine_GroovyExtension() |
public static <T> Object getOptionValue(CommandLine j_receiver, String name)
public static <T> Object getArgumentValue(CommandLine j_receiver, String name)
public static <T> Object getArgumentValue(CommandLine j_receiver, int index)
public static boolean isOptionAssigned(CommandLine j_receiver, Map<String,Object> option)
public static List<String> getRawValues(CommandLine j_receiver, Map<String,Object> option)
public static List<String> getRawValuesForOption(CommandLine j_receiver, Map<String,Object> option)
public static List<String> getRawValuesForArgument(CommandLine j_receiver, Map<String,Object> argument)
public static String getRawValueForOption(CommandLine j_receiver, Map<String,Object> option)
public static boolean acceptMoreValues(CommandLine j_receiver, Map<String,Object> option)
public static String getRawValueForArgument(CommandLine j_receiver, Map<String,Object> arg)
public static boolean isArgumentAssigned(CommandLine j_receiver, Map<String,Object> arg)
public static boolean isSeenInCommandLine(CommandLine j_receiver, Map<String,Object> option)
Copyright © 2017. All rights reserved.