A C D E F G L M S T 
All Classes All Packages

A

Application - Class in com.ms.gradle.application
An Application is a specification for building a runnable JAR (meaning one that java -jar is able to execute directly).
Application(Project, String) - Constructor for class com.ms.gradle.application.Application
Creates an Application instance.
APPLICATION - Static variable in class com.ms.gradle.application.Application
Identifier to be used in names.
APPLICATION_DIRECTORY_NAME - Static variable in class com.ms.gradle.application.ApplicationJar
Name of the build directory where the application JARs will be generated by default.
APPLICATION_NAME_ATTRIBUTE - Static variable in interface com.ms.gradle.application.ApplicationName
 
applicationCopySpec() - Method in class com.ms.gradle.application.ApplicationJar
Creates a new CopySpec that can be used to copy the application JAR generated by this task, along with its dependency artifact files, to an organized directory structure that allows the application to be run.
applicationJar(Action<? super ApplicationJar>) - Method in class com.ms.gradle.application.Application
Configures the ApplicationJar for the application.
ApplicationJar - Class in com.ms.gradle.application
Assembles an application JAR archive.
ApplicationJar() - Constructor for class com.ms.gradle.application.ApplicationJar
Creates an ApplicationJar task.
ApplicationName - Interface in com.ms.gradle.application
Attribute to define the application name.
ApplicationPlugin - Class in com.ms.gradle.application
Gradle Plugin class that implements Morgan Stanley's Application plugin.
ApplicationPlugin() - Constructor for class com.ms.gradle.application.ApplicationPlugin
 
ApplicationSpec - Interface in com.ms.gradle.application
A specification for building a runnable JAR.
apply(Project) - Method in class com.ms.gradle.application.ApplicationPlugin
Apply this plugin to the given project.

C

com.ms.gradle.application - package com.ms.gradle.application
 
configuration(Action<? super Configuration>) - Method in class com.ms.gradle.application.Application
Configures the Configuration for the application.

D

DEPENDENCY_DIRECTORY_NAME - Static variable in class com.ms.gradle.application.ApplicationJar
Name of the subdirectory where the dependencies will be placed by default.
distribution(Action<? super Distribution>) - Method in class com.ms.gradle.application.Application
Configures the Distribution for the application.

E

EXTENSION_NAME - Static variable in class com.ms.gradle.application.ApplicationPlugin
Name of the project extension (Application container) that this plugin provides.
EXTENSION_TYPE - Static variable in class com.ms.gradle.application.ApplicationPlugin
Type of the project extension (Application container) that this plugin provides.

F

finalizeProperties() - Method in class com.ms.gradle.application.Application
Finalizes and validates the properties of this application.
finalizeProperties() - Method in class com.ms.gradle.application.ApplicationJar
Finalizes the properties of this task.
fromSourceSet(Provider<SourceSet>) - Method in interface com.ms.gradle.application.ApplicationSpec
Configures the application to build from a SourceSet.
fromSourceSet(SourceSet) - Method in interface com.ms.gradle.application.ApplicationSpec
Configures the application to build from a SourceSet.

G

getApplicationBaseName() - Method in class com.ms.gradle.application.Application
The base name of this application, used in naming the application JAR and the distribution archives.
getApplicationJar() - Method in class com.ms.gradle.application.Application
Returns the ApplicationJar for the application.
getApplications() - Method in class com.ms.gradle.application.ApplicationPlugin
This method allows type-safe programmatic access to the Application container used by this plugin.
getConfiguration() - Method in class com.ms.gradle.application.Application
Returns the Configuration for the application, representing its runtime elements (application JAR artifact and its dependencies).
getDependencies() - Method in interface com.ms.gradle.application.ApplicationSpec
Configuration to resolve the application's dependencies from.
getDependencyDirectoryName() - Method in interface com.ms.gradle.application.ApplicationSpec
Name of the directory that will contain the application's dependencies.
getDescription() - Method in class com.ms.gradle.application.Application
Returns the description of the application (for informational purposes).
getDistribution() - Method in class com.ms.gradle.application.Application
Returns the Distribution for the application.
getMainClass() - Method in interface com.ms.gradle.application.ApplicationSpec
The fully qualified name of the application's main class.
getName() - Method in class com.ms.gradle.application.Application
Returns the name of this application.
getProject() - Method in class com.ms.gradle.application.Application
Returns the project this application belongs to.
getProject() - Method in interface com.ms.gradle.application.ApplicationSpec
Returns the project that this ApplicationSpec belongs to.
getRawJar() - Method in interface com.ms.gradle.application.ApplicationSpec
Jar task whose output to enhance with the application's classpath and main class metadata.

L

LIBRARY_ELEMENTS_APPLICATION_JAR - Static variable in class com.ms.gradle.application.Application
LibraryElements attribute value indicating a JAR artifact that can be started directly as an application (using the java -jar command).
locateDependencies(Provider<SourceSet>) - Method in interface com.ms.gradle.application.ApplicationSpec
Locates the dependencies configuration associated with the given SourceSet.
locateDependencies(SourceSet) - Method in interface com.ms.gradle.application.ApplicationSpec
Locates the dependencies configuration associated with the given SourceSet.
locateRawJar(Provider<SourceSet>) - Method in interface com.ms.gradle.application.ApplicationSpec
Locates the raw JAR task associated with the given SourceSet.
locateRawJar(SourceSet) - Method in interface com.ms.gradle.application.ApplicationSpec
Locates the raw JAR task associated with the given SourceSet.

M

MAIN_APPLICATION_CONFIGURATION_NAME - Static variable in class com.ms.gradle.application.Application
Name of the main application configuration.
MAIN_APPLICATION_JAR_TASK_NAME - Static variable in class com.ms.gradle.application.Application
Name of the main application JAR task.
MAIN_APPLICATION_NAME - Static variable in class com.ms.gradle.application.Application
Name of the main application.

S

setDescription(String) - Method in class com.ms.gradle.application.Application
Sets the description of the application (for informational purposes).

T

TASK_GROUP - Static variable in class com.ms.gradle.application.ApplicationPlugin
Name of the task group that this plugin uses.
toString() - Method in class com.ms.gradle.application.Application
Returns the display name of this Application that can be used in log and error messages.
A C D E F G L M S T 
All Classes All Packages
Skip navigation links