Class GwtJsInteropExportsOptionsImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getExcludePatterns()  
      java.util.List<java.lang.String> getIncludePatterns()  
      void setExcludePatterns​(java.lang.String... excludePatterns)
      Sets the members and classes to exclude while generating JsInterop exports.
      void setGenerate​(boolean shouldGenerate)
      Sets the "-generateJsInteropExport" flag that enables the generation of JsInterop exports, disabled by default.
      void setIncludePatterns​(java.lang.String... includePatterns)
      Sets the members and classes to include while generating JsInterop exports.
      boolean shouldGenerate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait