Package com.vaadin.server.widgetsetutils
Class WidgetSetBuilder
- java.lang.Object
-
- com.vaadin.server.widgetsetutils.WidgetSetBuilder
-
public class WidgetSetBuilder extends java.lang.ObjectHelper 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
Constructors Constructor Description WidgetSetBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static voidupdateWidgetSet(java.lang.String widgetset)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, java.net.URISyntaxException- Throws:
java.io.IOExceptionjava.net.URISyntaxException
-
updateWidgetSet
public static void updateWidgetSet(java.lang.String widgetset) throws java.io.IOException, java.io.FileNotFoundException, java.net.URISyntaxException- Throws:
java.io.IOExceptionjava.io.FileNotFoundExceptionjava.net.URISyntaxException
-
-