com.google.gwt.i18n.rebind
Class ConstantsInterfaceCreator

java.lang.Object
  extended by com.google.gwt.i18n.rebind.AbstractLocalizableInterfaceCreator
      extended by com.google.gwt.i18n.rebind.ConstantsInterfaceCreator

public class ConstantsInterfaceCreator
extends AbstractLocalizableInterfaceCreator

Constants Interface creator.


Constructor Summary
ConstantsInterfaceCreator(java.lang.String className, java.lang.String packageName, java.io.File resourceBundle, java.io.File targetLocation, java.lang.Class<? extends Constants> interfaceClass)
          Creates a new constants creator.
 
Method Summary
 
Methods inherited from class com.google.gwt.i18n.rebind.AbstractLocalizableInterfaceCreator
generate, genSimpleMethodDecl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantsInterfaceCreator

public ConstantsInterfaceCreator(java.lang.String className,
                                 java.lang.String packageName,
                                 java.io.File resourceBundle,
                                 java.io.File targetLocation,
                                 java.lang.Class<? extends Constants> interfaceClass)
                          throws java.io.IOException
Creates a new constants creator.

Parameters:
className - constant class to create
packageName - package to create it in
resourceBundle - resource bundle with value
targetLocation -
Throws:
java.io.IOException