com.vaadin.server.widgetsetutils
Class WidgetSetBuilder
java.lang.Object
com.vaadin.server.widgetsetutils.WidgetSetBuilder
public class WidgetSetBuilder
- extends java.lang.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.
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
updateWidgetSet(java.lang.String widgetset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetSetBuilder
public WidgetSetBuilder()
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
updateWidgetSet
public static void updateWidgetSet(java.lang.String widgetset)
throws java.io.IOException,
java.io.FileNotFoundException
- Throws:
java.io.IOException
java.io.FileNotFoundException
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.