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

Method JCommander

src/main/java/com/beust/jcommander/JCommander.java:217–223  ·  view source on GitHub ↗
(Options options)

Source from the content-addressed store, hash-verified

215 }
216
217 private JCommander(Options options) {
218 Objects.requireNonNull(options, "options");
219 this.options = options;
220 if (options.converterInstanceFactories.isEmpty()) {
221 addConverterFactory(new DefaultConverterFactory());
222 }
223 }
224
225 /**
226 * Creates a new un-configured JCommander object.

Callers

nothing calls this directly

Calls 5

addConverterFactoryMethod · 0.95
addObjectMethod · 0.95
setDescriptionsBundleMethod · 0.95
createDescriptionsMethod · 0.95
parseMethod · 0.95

Tested by

no test coverage detected