Test
  • <script type="text/javascript" src="../../builds/20070413/Root.js"></script>
  • var root = new com.oclib.javascript.lang.Root();
  • document.write("className: "+root.getClassName());
  • document.write("classNamespace: "+root.getClassNamespace());
  • document.write("classCreated: "+root.getClassCreated());
  • document.write("classCreator: "+root.getClassCreator());
  • document.write("classLocation: "+root.getClassLocation());
  • document.write("classIndexLocation: "+root.getClassIndexLocation());
  • document.write("classVersion: "+root.getClassVersion());
  • document.write("classVersionLocation: "+root.getClassVersionLocation());
  • document.write("classVersionIndexLocation: "+root.getClassVersionIndexLocation());
  • document.write("debugging: "+root.getDebugging());
  • document.write("log: "+root.getLog());
  • document.write("tracing: "+root.getTracing());
  • var cloneRoot = root.getClone();
    cloneRoot.setDebugging("true");
  • document.write("classVersion (for root): "+root.getClassVersion());
    document.write("classVersion (for cloneRoot): "+cloneRoot.getDebugging());
  • var cloneRoot2 = cloneRoot.getClone();
    document.write("classVersion (for cloneRoot2): "+cloneRoot2.getDebugging());
oclib.com, oclib.net, oclib.org, oclib.ru, openclasslibrary.ru, openclasslibrary.com, openclasslibrary.net, openclasslibrary.org