Class GwtIncompatibleStripperCommandLineRunner

java.lang.Object
com.google.j2cl.common.CommandLineTool
com.google.j2cl.tools.gwtincompatible.GwtIncompatibleStripperCommandLineRunner

public final class GwtIncompatibleStripperCommandLineRunner extends com.google.j2cl.common.CommandLineTool
A javac-like command line driver for stripping code annotated with "incompatible" annotations (e.g. @GwtIncompatible).
  • Field Summary

    Fields inherited from class com.google.j2cl.common.CommandLineTool

    help
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    protected void
    run(com.google.j2cl.common.Problems problems)
     
    static int
    run(String[] args)
     

    Methods inherited from class com.google.j2cl.common.CommandLineTool

    execute, processRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      protected void run(com.google.j2cl.common.Problems problems)
      Specified by:
      run in class com.google.j2cl.common.CommandLineTool
    • run

      public static int run(String[] args)
    • main

      public static void main(String[] args)