Class LarvaUtil
java.lang.Object
org.frankframework.larva.LarvaUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatDuration(long durationInMs) static StringgetAbsolutePath(String parent, String child) static StringgetAbsolutePath(String parent, String child, boolean addFileSeparator) Returns the absolute pathname for the child pathname.static @Nullable Stringstatic @NonNull Messageprotected static @NonNull PropertiesreadProperties(LarvaTool larvaTool, 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
-