All Classes
| Class | Description |
|---|---|
| AbstractGenerateJPacktoolPomMojo |
Generate pom for packaging a project using a Bootstrap and a Business
Application.
|
| GenerateJLinkPomMojo |
Generate pom for packaging a project using a Bootstrap and a Business
Application and use JLink as the final step.
|
| GenerateJPackagePomMojo |
Generate pom for packaging a project using a Bootstrap and a Business
Application and use JPackage as the final step - not yet implemented.
|
| HelpMojo |
Display help information on jpacktool-maven-plugin.
Call mvn jpacktool:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| ImportJDepsAndUdate4jConfigHandler | |
| InvokePomMojo | |
| JPacktoolJLinkMojo |
The JLink goal is intended to create a Java Run Time Image file based on
http://openjdk.java.net/jeps/282,
http://openjdk.java.net/jeps/220.
|
| JPacktoolJPackagerMojo |
The JPackager goal can create a native installer packages based on
http://openjdk.java.net/jeps/343.
|
| JPacktoolPrepareExtendedMojo |
Extended class to prepare execution of the jlink and jpackager goals by analyzing java module dependencies and copying files.
|
| PackageBootstrapMojo |
Package a Bootstrap Application which can start a Business Application.
|
| PackageBusinessMojo |
Package a Business Application started from a Bootstrap Application.
|
| SplashScreenOptions |
Options for the splash screen
|
| UnzipBootstrapHandler | |
| UnzipUtility |
This utility extracts files and directories of a standard zip file to
a destination directory.
|
| Update4jHelper |