com.threerings.cast.bundle.tools
Class DumpBundle

java.lang.Object
  extended by com.threerings.cast.bundle.tools.DumpBundle

public class DumpBundle
extends Object

Dumps the contents of a component bundle to stdout.


Constructor Summary
DumpBundle()
           
 
Method Summary
protected static void dumpTable(String prefix, Map<?,?> table)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpBundle

public DumpBundle()
Method Detail

main

public static void main(String[] args)

dumpTable

protected static void dumpTable(String prefix,
                                Map<?,?> table)