- copyFile(File, File) - Method in class org.devzendo.xplp.LauncherCreator
-
Copy a file from its source to a destination directory.
- copyInterpolatedPluginResource(String, File) - Method in class org.devzendo.xplp.LauncherCreator
-
Copy a plugin resource to a file, interpolating with the configuration properties
- copyInterpolatedProjectResource(String, File) - Method in class org.devzendo.xplp.LauncherCreator
-
Copy a user project resource to a file, interpolating with the configuration properties
- copyPluginResource(String, File) - Method in class org.devzendo.xplp.LauncherCreator
-
Copy a resource from the plugin's resources to a file.
- copyProjectResource(String, File) - Method in class org.devzendo.xplp.LauncherCreator
-
Copy a resource from the user project to a file
- copyTransitiveArtifacts(File) - Method in class org.devzendo.xplp.LauncherCreator
-
Copy all compile-scoped jar-typed transitive artifacts into
a destination directory.
- createLauncher() - Method in class org.devzendo.xplp.LauncherCreator
-
Create a launcher specific to a given platform.
- createLauncher() - Method in class org.devzendo.xplp.MacOSXAppLauncherCreator
-
Create a launcher specific to a given platform.
- createLauncher() - Method in class org.devzendo.xplp.MacOSXScriptLauncherCreator
-
Create a launcher specific to a given platform.
- createLauncher() - Method in class org.devzendo.xplp.UnixScriptLauncherCreator
-
Create a launcher specific to a given platform.
- createLauncher() - Method in class org.devzendo.xplp.WindowsLauncherCreator
-
Create a launcher specific to a given platform.
- CreateLauncherMojo - Class in org.devzendo.xplp
-
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).
- CreateLauncherMojo() - Constructor for class org.devzendo.xplp.CreateLauncherMojo
-