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

Method getPassword

jnode-core/src/jnode/robot/AbstractRobot.java:97–106  ·  view source on GitHub ↗
(Link link)

Source from the content-addressed store, hash-verified

95 }
96
97 protected String getPassword(Link link) {
98 if (link == null) {
99 return "";
100 }
101 String password = FtnTools.getOptionString(link, getPasswordOption());
102 if ("".equals(password)) {
103 password = link.getPaketPassword();
104 }
105 return password;
106 }
107
108 protected abstract String help();
109

Callers 1

getAndCheckLinkMethod · 0.95

Calls 4

getOptionStringMethod · 0.95
getPasswordOptionMethod · 0.95
getPaketPasswordMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected