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