Class Utils


  • public class Utils
    extends Object
    • Method Detail

      • getItemsToCombine

        public static List<CombineItem> getItemsToCombine​(File file,
                                                          org.apache.maven.plugin.Mojo mojo,
                                                          boolean useCreated)
        read the combine_items.json file into the combineItems list
        Returns:
        list of items to combine
      • getLog

        public static org.apache.maven.plugin.logging.Log getLog()
      • writeErrors

        public static void writeErrors​(String msgPreamble,
                                       List<String> errors)
      • writeErrors

        public static void writeErrors​(String msgPreamble,
                                       List<String> errors,
                                       String message,
                                       boolean shouldAppend)