Class | Description |
---|---|
CreateLauncherMojo |
A Maven plugin that creates launcher directory structures for Windows
(using Janel), Mac OS X (creating a .app or script structure) or Linux
(using a shell script).
|
HelpMojo |
Display help information on cross-platform-launcher-plugin.
Call mvn cross-platform-launcher:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
LauncherCreator |
A LauncherCreator is given all the parameters, extracted from
the plugin configuration, and creates an appropriate
launcher filesystem structure under the output directory.
|
LinuxLauncherCreator |
Create a Linux launcher directory structure.
|
MacOSXAppLauncherCreator |
Creates a Mac OS X launcher directory structure.
|
MacOSXScriptLauncherCreator |
Create a Mc OS X launcher directory structure.
|
PropertiesInterpolator |
Interpolation of name=value pairs from a
Properties object into a String, using Ant-style references
to names - e.g ${name}.
|
UnixScriptLauncherCreator |
Create a UNIX script launcher directory structure.
|
WindowsLauncherCreator |
Creates a Windows launcher directory structure.
|
Copyright © 2019 DevZendo.org. All rights reserved.