Groovy Documentation

org.gradle.api.plugins
[Groovy] Class ApplicationPluginConvention

java.lang.Object
  org.gradle.api.plugins.ApplicationPluginConvention

class ApplicationPluginConvention
extends java.lang.Object

A Convention used for the ApplicationPlugin.

Authors:
Rene Groeschke


Property Summary
java.lang.String applicationName

The name of the application.

java.lang.String mainClassName

The full qualified name of the main class.

 
Constructor Summary
ApplicationPluginConvention(Project project)

 
Method Summary
java.lang.String getApplicationPrefix()

void setMainClassName(java.lang.String mainClassName)

Sets the full qualified name of the main class of an application.

 
Methods inherited from class java.lang.Object
java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString()
 

Property Detail

applicationName

java.lang.String applicationName
The name of the application.


mainClassName

java.lang.String mainClassName
The full qualified name of the main class.


 
Constructor Detail

ApplicationPluginConvention

ApplicationPluginConvention(Project project)


 
Method Detail

getApplicationPrefix

java.lang.String getApplicationPrefix()


setMainClassName

void setMainClassName(java.lang.String mainClassName)
Sets the full qualified name of the main class of an application.


 

Groovy Documentation