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

Method getOptionBooleanDefFalse

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

Source from the content-addressed store, hash-verified

525 }
526
527 public static boolean getOptionBooleanDefFalse(Link link, String option) {
528 String s = getOption(link, option);
529 return s.equalsIgnoreCase("TRUE") || s.equalsIgnoreCase("ON");
530 }
531
532 public static boolean getOptionBooleanDefTrue(Link link, String option) {
533 String s = getOption(link, option);

Callers 9

isEnabledMethod · 0.95
packMethod · 0.95
getAreaByNameMethod · 0.95
getFileareaByNameMethod · 0.95
hatchFileMethod · 0.95
tossEchomailMethod · 0.80
tossInboundDirectoryMethod · 0.80
endMethod · 0.80
packNetmailMethod · 0.80

Calls 1

getOptionMethod · 0.95

Tested by

no test coverage detected