screenshot:splashscreen
Full name:
se.bluebrim.maven.plugin:screenshot-maven-plugin:1.0.3-SNAPSHOT:splashscreen
Description:
Generates an image file of a splash screen panel to be used in
applications that uses the JVM splash screen feature for an early
splash screen that is preceded by Swing panel based splash screen
for rich progress feedback.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: test.
Required Parameters
Name |
Type |
Since |
Description |
<imageFile> |
File |
- |
The image file where the splash screen image is written. The
extension will be used as the image type argument to the
ImageIO.write() call.
|
<splashScreenPanelClassName> |
String |
- |
The name of the splash screen panel class that will be rendered to
the specified image file
|
Parameter Details
The image file where the splash screen image is written. The
extension will be used as the image type argument to the
ImageIO.write() call.
- Type: java.io.File
- Required: Yes
The name of the splash screen panel class that will be rendered to
the specified image file
- Type: java.lang.String
- Required: Yes