File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/main/java/org/apache/commons/cli Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,4 @@ public interface CommandLineParser {
6262 */
6363 CommandLine parse (Options options , String [] arguments , boolean stopAtNonOption ) throws ParseException ;
6464
65- /**
66- * Parses the arguments according to the specified options and properties.
67- *
68- * @param options the specified Options.
69- * @param arguments the command line arguments.
70- * @param properties command line option name-value pairs.
71- * @param stopAtNonOption if {@code true} an unrecognized argument stops the parsing and the remaining arguments
72- * are added to the {@link CommandLine}s args list. If {@code false} an unrecognized argument triggers a
73- * ParseException.
74- *
75- * @return the list of atomic option and value tokens.
76- * @throws ParseException if there are any problems encountered while parsing the command line tokens.
77- */
7865}
You can’t perform that action at this time.
0 commit comments