Package rife.bld.extension
Class BootUtils
java.lang.Object
rife.bld.extension.BootUtils
Collection of utility-type methods used by
Spring Boot operations.- Since:
- 1.0
- Author:
- Erik C. Thauvin
-
Method Summary
-
Method Details
-
fileSize
Calculates the given file size in bytes, kilobytes, megabytes, gigabytes, or terabytes.- Parameters:
file- the file- Returns:
- the file size in B, KB, MB, GB, or TB.
-
launcherClass
Return the fully qualified name of the launcher class.- Parameters:
project- the projectname- the class name- Returns:
- the fully qualified class name
-