Package de.gematik.rbellogger.util
Class RbelFileWriterUtils
- java.lang.Object
-
- de.gematik.rbellogger.util.RbelFileWriterUtils
-
public class RbelFileWriterUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILE_DIVIDER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidconvertFromRbelFile(java.lang.String rbelFileContent, RbelConverter rbelConverter)static java.lang.StringconvertToRbelFileString(RbelElement rbelElement)
-
-
-
Field Detail
-
FILE_DIVIDER
public static final java.lang.String FILE_DIVIDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertToRbelFileString
public static java.lang.String convertToRbelFileString(RbelElement rbelElement)
-
convertFromRbelFile
public static void convertFromRbelFile(java.lang.String rbelFileContent, RbelConverter rbelConverter)
-
-