Uses of Class
kr.motd.maven.os.Detector.LinuxRelease
-
Packages that use Detector.LinuxRelease Package Description kr.motd.maven.os -
-
Uses of Detector.LinuxRelease in kr.motd.maven.os
Methods in kr.motd.maven.os that return Detector.LinuxRelease Modifier and Type Method Description private Detector.LinuxReleaseDetector. getLinuxRelease()private Detector.LinuxReleaseDetector. parseLinuxOsReleaseFile(java.lang.String fileName)Parses a file in the format of/etc/os-releaseand return aDetector.LinuxReleasebased on theID,ID_LIKE, andVERSION_IDentries.private Detector.LinuxReleaseDetector. parseLinuxRedhatReleaseFile(java.lang.String fileName)Parses the/etc/redhat-releaseand returns aDetector.LinuxReleasecontaining the ID and like ["rhel", "fedora", ID].
-