Uses of Class
me.friwi.jcefmaven.UnsupportedPlatformException
-
Packages that use UnsupportedPlatformException Package Description me.friwi.jcefmaven me.friwi.jcefmaven.impl.step.check me.friwi.jcefmaven.impl.step.init -
-
Uses of UnsupportedPlatformException in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that throw UnsupportedPlatformException Modifier and Type Method Description org.cef.CefAppCefAppBuilder. build()Builds aCefAppinstance.static EnumPlatformEnumPlatform. getCurrentPlatform()Fetches the platform this program is running on. -
Uses of UnsupportedPlatformException in me.friwi.jcefmaven.impl.step.check
Methods in me.friwi.jcefmaven.impl.step.check that throw UnsupportedPlatformException Modifier and Type Method Description static booleanCefInstallationChecker. checkInstallation(File installDir) -
Uses of UnsupportedPlatformException in me.friwi.jcefmaven.impl.step.init
Methods in me.friwi.jcefmaven.impl.step.init that throw UnsupportedPlatformException Modifier and Type Method Description static org.cef.CefAppCefInitializer. initialize(File installDir, List<String> cefArgs, org.cef.CefSettings cefSettings)
-