Package org.frankframework.larva
Class LarvaUtil
java.lang.Object
org.frankframework.larva.LarvaUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatDuration
(long durationInMs) static String
getAbsolutePath
(String parent, String child) static String
getAbsolutePath
(String parent, String child, boolean addFileSeparator) Returns the absolute pathname for the child pathname.static String
static Message
protected static Properties
readProperties
(LarvaWriter out, File propertyFile)
-
Method Details
-
getAbsolutePath
-
getAbsolutePath
Returns the absolute pathname for the child pathname. The parent pathname is used as a prefix when the child pathname is an not absolute.- Parameters:
parent
- the parent pathname to usechild
- the child pathname to convert to a absolute pathname
-
formatDuration
-
getParentOfWebappRoot
-
readProperties
-
readFile
- Throws:
IOException
-