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

Method getOptionBooleanDefTrue

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

Source from the content-addressed store, hash-verified

530 }
531
532 public static boolean getOptionBooleanDefTrue(Link link, String option) {
533 String s = getOption(link, option);
534 return !(s.equalsIgnoreCase("FALSE") || s.equalsIgnoreCase("OFF"));
535 }
536
537 public static long getOptionLong(Link link, String option) {
538 String s = getOption(link, option);

Callers 8

runMethod · 0.95
isEnabledMethod · 0.95
isEnabledMethod · 0.95
writeNetmailMethod · 0.95
packMethod · 0.95
tossNetmailMethod · 0.80
tossInboundDirectoryMethod · 0.80
packEchomailMethod · 0.80

Calls 1

getOptionMethod · 0.95

Tested by

no test coverage detected