Class DependencyInfo.Util

  • Enclosing interface:
    DependencyInfo

    public static class DependencyInfo.Util
    extends java.lang.Object
    Utility methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeAddDependency​(java.lang.Appendable out, DependencyInfo info)
      Prints a goog.addDependency call for a single DependencyInfo.
      • Methods inherited from class java.lang.Object

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

      • writeAddDependency

        public static void writeAddDependency​(java.lang.Appendable out,
                                              DependencyInfo info)
                                       throws java.io.IOException
        Prints a goog.addDependency call for a single DependencyInfo.
        Throws:
        java.io.IOException