Class Utils


  • public class Utils
    extends java.lang.Object
    Utility class for build operations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void insertLicense​(java.io.Writer w)
      Writes the Apache License header to the given writer.
      • Methods inherited from class java.lang.Object

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

      • insertLicense

        public static void insertLicense​(java.io.Writer w)
                                  throws java.io.IOException
        Writes the Apache License header to the given writer.
        Parameters:
        w - The writer to write the license to
        Throws:
        java.io.IOException - If an I/O error occurs