Class Utils

java.lang.Object
de.gematik.utils.Utils

public class Utils extends Object
  • Method Details

    • 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)
    • writeErrors

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

      public static String getItemAsString(CombineItem item)