MCPcopy Create free account
hub / github.com/cbeust/jcommander / main

Method main

src/test/java/com/beust/jcommander/MyClass.java:12–15  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

10 private String param;
11
12 public static void main(String[] args) {
13 JCommander jCommander = new JCommander(new MyClass());
14 jCommander.parse("--param=value");
15 }
16
17 public static class MyValidator implements IParameterValidator {
18 @Override

Callers

nothing calls this directly

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected