7980818283848586
return sb.toString(); } private void isAllowed(String fn) { if (allowed.size() > 0 && !allowed.contains(fn)) { throw new ZorkaRuntimeException("Calling '" + fn + "' is not allowed."); } }