Uses of Record Class
dev.nipafx.args.Parsed3

  • Uses of Parsed3 in dev.nipafx.args

    Methods in dev.nipafx.args that return Parsed3
    Modifier and Type
    Method
    Description
    static <ARGS_TYPE_1, ARGS_TYPE_2, ARGS_TYPE_3>
    Parsed3<ARGS_TYPE_1,ARGS_TYPE_2,ARGS_TYPE_3>
    Args.parse(String[] argStrings, Class<ARGS_TYPE_1> type1, Class<ARGS_TYPE_2> type2, Class<ARGS_TYPE_3> type3)
    Parses the specified string array to create instances of the specified types.