Package de.gematik.utils
Class Utils
java.lang.Object
de.gematik.utils.Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetItemAsString(CombineItem item) static List<CombineItem>getItemsToCombine(File file, org.apache.maven.plugin.Mojo mojo, boolean useCreated) read the combine_items.json file into the combineItems liststatic org.apache.maven.plugin.logging.LoggetLog()static voidwriteErrors(String msgPreamble, List<String> errors) static voidwriteErrors(String msgPreamble, List<String> errors, String message) static voidwriteErrors(String msgPreamble, List<String> errors, String message, boolean shouldAppend)
-
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
-
writeErrors
-
writeErrors
-
getItemAsString
-