com.vaadin.terminal.gwt.widgetsetutils
Class WidgetSetBuilder

java.lang.Object
  extended by com.vaadin.terminal.gwt.widgetsetutils.WidgetSetBuilder

public class WidgetSetBuilder
extends Object

Helper class to update widgetsets GWT module configuration file. Can be used command line or via IDE tools.

If module definition file contains text "WS Compiler: manually edited", tool will skip editing file.


Constructor Summary
WidgetSetBuilder()
           
 
Method Summary
static void main(String[] args)
           
static void updateWidgetSet(String widgetset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetSetBuilder

public WidgetSetBuilder()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

updateWidgetSet

public static void updateWidgetSet(String widgetset)
                            throws IOException,
                                   FileNotFoundException
Throws:
IOException
FileNotFoundException


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.