MCPcopy Create free account
hub / github.com/BaseXdb/basex / print

Method print

basex-core/src/main/java/org/basex/util/Util.java:122–124  ·  view source on GitHub ↗

Prints a string to standard output. @param string output string @param ext text optional extensions

(final Object string, final Object... ext)

Source from the content-addressed store, hash-verified

120 * @param ext text optional extensions
121 */
122 public static void print(final Object string, final Object... ext) {
123 System.out.print(info(string, ext));
124 }
125
126 /**
127 * Returns the root query exception.

Callers 10

CLIClass · 0.95
executeMethod · 0.95
initMethod · 0.95
printlnMethod · 0.95
readLineMethod · 0.95
passwordMethod · 0.95
runMethod · 0.95
testCaseMethod · 0.95
runMethod · 0.95
parseMethod · 0.95

Calls 2

infoMethod · 0.95
printMethod · 0.65

Tested by 4

runMethod · 0.76
testCaseMethod · 0.76
runMethod · 0.76
parseMethod · 0.76