Package de.gematik.utils
Class Utils
- java.lang.Object
-
- de.gematik.utils.Utils
-
public class Utils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<CombineItem>getItemsToCombine(File file, org.apache.maven.plugin.Mojo mojo, boolean useCreated)read the combine_items.json file into the combineItems list
-
-
-
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
-
-