Groovy Documentation

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

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

class ApplicationPluginConvention

A Convention used for the ApplicationPlugin.

Authors:
Rene Groeschke


Property Summary
java.lang.String installDirPath

The path of the installation directory.

java.lang.String mainClassName

The full qualified name of the main class.

 
Constructor Summary
ApplicationPluginConvention(Project project)

 
Method Summary
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

installDirPath

java.lang.String installDirPath
The path of the installation directory.


mainClassName

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


 
Constructor Detail

ApplicationPluginConvention

ApplicationPluginConvention(Project project)


 
Method Detail

setMainClassName

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


 

Groovy Documentation