Package me.friwi.jcefmaven
Class CefBuildInfo
java.lang.Object
me.friwi.jcefmaven.CefBuildInfo
Provides information about jcefmaven builds
- Author:
- Fritz Windisch
-
Method Summary
Modifier and TypeMethodDescriptionstatic CefBuildInfoReads the in-use jcefmaven build info from classpathstatic CefBuildInfoLoads a CefBuildInfo instance from a file
-
Method Details
-
fromClasspath
Reads the in-use jcefmaven build info from classpath- Returns:
- jcefmaven build info
- Throws:
NullPointerException- if the build info "/build_meta.json" does not exist on classpathIOException- if reading the build info failed
-
fromFile
Loads a CefBuildInfo instance from a file- Parameters:
file- the file to read- Returns:
- jcefmaven build info
- Throws:
IOException- if reading the file failed
-
getJcefUrl
-
getReleaseTag
-
getReleaseUrl
-
getPlatform
-