MCPcopy Create free account
hub / github.com/annmuor/jnode / getOptionStringArray

Method getOptionStringArray

jnode-core/src/jnode/ftn/FtnTools.java:547–550  ·  view source on GitHub ↗
(Link link, String option)

Source from the content-addressed store, hash-verified

545 }
546
547 public static String[] getOptionStringArray(Link link, String option) {
548 String s = getOption(link, option);
549 return s.split(" ");
550 }
551
552 /**
553 * Конвертер

Callers 4

listMethod · 0.95
addMethod · 0.95
listMethod · 0.95
addMethod · 0.95

Calls 1

getOptionMethod · 0.95

Tested by

no test coverage detected