@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| BinariesDelivery |
Delivers Chromium binaries to the specific directory.
|
| Engine |
Provides access to the Chromium engine functionality.
|
| EngineService |
An interface that all engine services must implement.
|
| Class | Description |
|---|---|
| ChromiumBinaries |
A class responsible for delivering Chromium binaries before starting the
Engine. |
| EngineOptions |
The options that are used to configure
Engine instances. |
| EngineOptions.Builder |
A builder class to construct engine options.
|
| Enum | Description |
|---|---|
| Language |
A list of supported user interface languages.
|
| PasswordStore |
Defines password store types that are used to specify which encryption storage backend to use to
encrypt cookies on Linux.
|
| ProprietaryFeature |
The list of supported proprietary features.
|
| RenderingMode |
A list of supported rendering modes.
|
| Theme |
A Chromium theme.
|
| Exception | Description |
|---|---|
| ChromiumBinariesDeliveryException |
Thrown when the verification of the Chromium binary files has failed and the binaries cannot be
extracted from the resources.
|
| ChromiumProcessStartupFailureException |
Thrown when startup of the Chromium process has been failed.
|
| EngineInitializationException |
A superclass of those exceptions that can be thrown during
Engine initialization. |
| InvalidLicenseException |
Thrown when the given license is invalid.
|
| IpcSetupFailureException |
Thrown when Inter-Process Communication (IPC) setup has been failed.
|
| LicenseException |
A superclass of those exceptions that can be thrown during license checking.
|
| MissingDependencyException |
Thrown when Chromium fails to find the required system libraries on Linux.
|
| NoLicenseException |
Thrown when no license found.
|
| UserDataDirectoryAlreadyInUseException |
Thrown when the user data directory is already used by another Engine instance in this or another
Java application.
|
| UserDataDirectoryCreationException |
Thrown when the user data directory does not exist and cannot be created.
|