MCPcopy Create free account
hub / github.com/dynjs/dynjs / showProperties

Method showProperties

src/main/java/org/dynjs/cli/Main.java:138–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 private void showProperties() {
139 StringBuilder sb = new StringBuilder();
140 sb
141 .append("# These properties can be used to alter runtime behavior for perf or compatibility.\n")
142 .append("# Specify them by passing directly to Java -Ddynjs.<property>=<value>\n");
143 getOutputStream().print(sb.toString());
144 getOutputStream().println(Option.formatOptions(Options.PROPERTIES));
145 }
146
147 private void executeFile(File file) throws IOException {
148 try {

Callers 1

runMethod · 0.95

Calls 4

getOutputStreamMethod · 0.95
appendMethod · 0.80
printMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected