Class 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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • WidgetSetBuilder

        public WidgetSetBuilder()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                java.net.URISyntaxException
        Throws:
        java.io.IOException
        java.net.URISyntaxException
      • updateWidgetSet

        public static void updateWidgetSet​(java.lang.String widgetset)
                                    throws java.io.IOException,
                                           java.io.FileNotFoundException,
                                           java.net.URISyntaxException
        Throws:
        java.io.IOException
        java.io.FileNotFoundException
        java.net.URISyntaxException