org.xbrlapi.data.bdbxml.examples.render
Class Run
java.lang.Object
org.xbrlapi.data.bdbxml.examples.render.Run
public class Run
- extends Object
Loads an XBRL instance and renders it, drawing rendering
information from a Freemarker template.
Uses persisted network information in the data store.
- Author:
- Steve Yang (steve2yang@yahoo.com) (YangSt1), Geoff Shuetrim (geoff@galexy.net)
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
|
Constructor Summary |
Run()
|
|
Method Summary |
static void |
main(String[] args)
|
protected static void |
reportTime(String task)
Convenience method to report durations required to perform various tasks. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
Run
public Run()
main
public static void main(String[] args)
reportTime
protected static void reportTime(String task)
- Convenience method to report durations required to perform various tasks.
- Parameters:
task - The task being reported on.