Uses of Class
me.friwi.jcefmaven.UnsupportedPlatformException
Packages that use UnsupportedPlatformException
Package
Description
-
Uses of UnsupportedPlatformException in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that throw UnsupportedPlatformExceptionModifier and TypeMethodDescriptionorg.cef.CefAppCefAppBuilder.build()Builds aCefAppinstance.static EnumPlatformEnumPlatform.getCurrentPlatform()Fetches the platform this program is running on.CefAppBuilder.install()Helper method to install the native libraries/resources. -
Uses of UnsupportedPlatformException in me.friwi.jcefmaven.impl.step.check
Methods in me.friwi.jcefmaven.impl.step.check that throw UnsupportedPlatformExceptionModifier and TypeMethodDescriptionstatic booleanCefInstallationChecker.checkInstallation(File installDir) -
Uses of UnsupportedPlatformException in me.friwi.jcefmaven.impl.step.init
Methods in me.friwi.jcefmaven.impl.step.init that throw UnsupportedPlatformExceptionModifier and TypeMethodDescriptionstatic org.cef.CefAppCefInitializer.initialize(File installDir, List<String> cefArgs, org.cef.CefSettings cefSettings)