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

Method getOptionString

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

Source from the content-addressed store, hash-verified

521 }
522
523 public static String getOptionString(Link link, String option) {
524 return getOption(link, option);
525 }
526
527 public static boolean getOptionBooleanDefFalse(Link link, String option) {
528 String s = getOption(link, option);

Callers 4

m_adrMethod · 0.95
getPasswordMethod · 0.95
getAreaByNameMethod · 0.95
getFileareaByNameMethod · 0.95

Calls 1

getOptionMethod · 0.95

Tested by

no test coverage detected