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

Method getProtocolPassword

jnode-core/src/jnode/dto/Link.java:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public String getProtocolPassword() {
79 return protocolPassword;
80 }
81
82 public void setProtocolPassword(String protocolPassword) {
83 this.protocolPassword = protocolPassword;

Callers 6

listLinksMethod · 0.80
getAuthPasswordMethod · 0.80
checkPasswordMethod · 0.80
publishMethod · 0.80
handleMethod · 0.80
convertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected