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

Method setProtocolPassword

jnode-core/src/jnode/dto/Link.java:82–84  ·  view source on GitHub ↗
(String protocolPassword)

Source from the content-addressed store, hash-verified

80 }
81
82 public void setProtocolPassword(String protocolPassword) {
83 this.protocolPassword = protocolPassword;
84 }
85
86 public String getProtocolHost() {
87 if (protocolAddress.equals("-")) {

Callers 7

doInstallMethod · 0.95
handleMethod · 0.95
handleMethod · 0.95
handleMethod · 0.95
handleMethod · 0.95
actionPerformedMethod · 0.80
deleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected