com.google.gwt.uibinder.rebind
Class BundleWriter

java.lang.Object
  extended by com.google.gwt.uibinder.rebind.BundleWriter

public class BundleWriter
extends java.lang.Object

Writes source implementing an ImplicitClientBundle.


Constructor Summary
BundleWriter(ImplicitClientBundle bundleClass, com.google.gwt.uibinder.rebind.PrintWriterManager writerManager, TypeOracle types, MortalLogger logger)
           
 
Method Summary
 void write()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleWriter

public BundleWriter(ImplicitClientBundle bundleClass,
                    com.google.gwt.uibinder.rebind.PrintWriterManager writerManager,
                    TypeOracle types,
                    MortalLogger logger)
Method Detail

write

public void write()
           throws UnableToCompleteException
Throws:
UnableToCompleteException