net.quartzware
Interface RBWriter

All Known Implementing Classes:
JavaIO, PropertyIO

public interface RBWriter

Classes that want to save resource bundles must implement this interface


Method Summary
 void writeBundle(ResBundle rb, java.io.File file)
          Writes the resource bundle out to the file
 

Method Detail

writeBundle

public void writeBundle(ResBundle rb,
                        java.io.File file)
Writes the resource bundle out to the file