MCPcopy Index your code
hub / github.com/annmuor/jnode / append

Method append

jnode-httpd-module/src/org/jnode/httpd/util/HTML.java:91–94  ·  view source on GitHub ↗
(String html)

Source from the content-addressed store, hash-verified

89 }
90
91 public HTML append(String html) {
92 data.append(html);
93 return this;
94 }
95
96 @SuppressWarnings("resource")
97 public static String getContents(String path) {

Callers 15

printMethod · 0.80
joinMethod · 0.80
listLinksMethod · 0.80
getLoggerMethod · 0.80
getAuthPasswordMethod · 0.80
displayFrameMethod · 0.80
sendAddrsMethod · 0.80
greetMethod · 0.80
toStringMethod · 0.80
runMethod · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected