Index

A B G O P S V 
All Classes and Interfaces|All Packages

A

apply(Project) - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsPlugin
Applies the plugin to the specified project.

B

BuildConstantsPlugin - Class in org.cthing.gradle.plugins.buildconstants
Plugin which generates a source file containing constants for project build information.
BuildConstantsPlugin() - Constructor for class org.cthing.gradle.plugins.buildconstants.BuildConstantsPlugin
 
BuildConstantsTask - Class in org.cthing.gradle.plugins.buildconstants
Performs reading of the build information and generation of the build constants class.
BuildConstantsTask() - Constructor for class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
 

G

generateConstants() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Generates the build constants class.
getAdditionalConstants() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Provides the capability to add custom constants to the source file.
getBuildTime() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the time the project was built as the number of milliseconds since the Unix Epoch.
getClassname() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the fully qualified name for the generated class (e.g.
getIncludePredefinedConstants() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Indicates whether the pre-defined project and build information constants should be generated.
getOutputDirectory() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the location on the filesystem for the generated class.
getProjectGroup() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the group name of the project.
getProjectName() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the name of the project.
getProjectVersion() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the version of the project.
getSourceAccess() - Method in class org.cthing.gradle.plugins.buildconstants.BuildConstantsTask
Obtains the access modifier for the generated constants.

O

org.cthing.gradle.plugins.buildconstants - package org.cthing.gradle.plugins.buildconstants
 

P

PACKAGE - Enum constant in enum class org.cthing.gradle.plugins.buildconstants.SourceAccess
Generates constants that are package private.
PUBLIC - Enum constant in enum class org.cthing.gradle.plugins.buildconstants.SourceAccess
Generates constants that have public access.

S

SourceAccess - Enum Class in org.cthing.gradle.plugins.buildconstants
Specifies the accessibility of the generated constants.

V

valueOf(String) - Static method in enum class org.cthing.gradle.plugins.buildconstants.SourceAccess
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.cthing.gradle.plugins.buildconstants.SourceAccess
Returns an array containing the constants of this enum class, in the order they are declared.
A B G O P S V 
All Classes and Interfaces|All Packages