CreateStartScripts

API Documentation:CreateStartScripts

A Task for creating OS dependent start scripts.

Properties

PropertyDescription
applicationName

The application's name.

classpath

The class path for the application.

defaultJvmOpts

The application's default JVM options.

mainClassName

The application's main class.

optsEnvironmentVar

The name of the application's OPTS environment variable.

outputDir

The directory to write the scripts into.

Methods

No methods

Script blocks

No script blocks

Property details

String applicationName

The application's name.

FileCollection classpath

The class path for the application.

Iterable<String> defaultJvmOpts

The application's default JVM options.

String mainClassName

The application's main class.

String optsEnvironmentVar

The name of the application's OPTS environment variable.

File outputDir

The directory to write the scripts into.