Index
All Classes and Interfaces|All Packages
A
- apply(Project) - Method in class gg.jte.gradle.JteGradle
C
- ClassLoaderUtils - Class in gg.jte.gradle
- createCompilerClassLoader(ConfigurableFileCollection) - Static method in class gg.jte.gradle.ClassLoaderUtils
E
- execute() - Method in class gg.jte.gradle.GenerateJteTask
- execute() - Method in class gg.jte.gradle.GenerateJteWorker
- execute() - Method in class gg.jte.gradle.PrecompileJteTask
- execute() - Method in class gg.jte.gradle.PrecompileJteWorker
- extension - Variable in class gg.jte.gradle.JteTaskBase
G
- generate() - Method in class gg.jte.gradle.JteExtension
- GENERATE - Enum constant in enum class gg.jte.gradle.JteStage
-
"generate" means that jte files will be converted into Java source _before_ the main java code of your project is compiled, and will become part of your application jar during project build.
- GenerateJteParams - Interface in gg.jte.gradle
-
Worker API requires a Parameters type that is a 'managed object', to pass data to the Worker.
- GenerateJteTask - Class in gg.jte.gradle
- GenerateJteTask(JteExtension, WorkerExecutor) - Constructor for class gg.jte.gradle.GenerateJteTask
- GenerateJteWorker - Class in gg.jte.gradle
- GenerateJteWorker() - Constructor for class gg.jte.gradle.GenerateJteWorker
- getBinaryStaticContent() - Method in interface gg.jte.gradle.GenerateJteParams
-
Setting, that UTF-8 encodes all static template parts at compile time.
- getBinaryStaticContent() - Method in class gg.jte.gradle.JteExtension
- getBinaryStaticContent() - Method in class gg.jte.gradle.JteTaskBase
- getClassName() - Method in class gg.jte.gradle.JteExtensionSettings
- getClasspath() - Method in class gg.jte.gradle.GenerateJteTask
- getCompileArgs() - Method in class gg.jte.gradle.JteExtension
- getCompileArgs() - Method in class gg.jte.gradle.PrecompileJteTask
- getCompilePath() - Method in class gg.jte.gradle.JteExtension
- getCompilePath() - Method in class gg.jte.gradle.PrecompileJteTask
- getCompilerClasspath() - Method in interface gg.jte.gradle.GenerateJteParams
-
The classpath to use for compilation, including any compiler dependencies
- getContentType() - Method in interface gg.jte.gradle.GenerateJteParams
-
The content type of all templates.
- getContentType() - Method in class gg.jte.gradle.JteExtension
- getContentType() - Method in class gg.jte.gradle.JteTaskBase
- getHtmlCommentsPreserved() - Method in interface gg.jte.gradle.GenerateJteParams
-
By default, jte omits all HTML/CSS/JS comments, when compiling with
ContentType.Html. - getHtmlCommentsPreserved() - Method in class gg.jte.gradle.JteExtension
- getHtmlCommentsPreserved() - Method in class gg.jte.gradle.JteTaskBase
- getHtmlPolicyClass() - Method in class gg.jte.gradle.JteExtension
- getHtmlPolicyClass() - Method in class gg.jte.gradle.PrecompileJteTask
- getHtmlTags() - Method in interface gg.jte.gradle.GenerateJteParams
-
Intercepts the given html tags during template compilation and calls the configured htmlInterceptor during template rendering.
- getHtmlTags() - Method in class gg.jte.gradle.JteExtension
- getHtmlTags() - Method in class gg.jte.gradle.JteTaskBase
- getJteExtensions() - Method in interface gg.jte.gradle.GenerateJteParams
-
Optional - Extensions this template engine should load.
- getJteExtensions() - Method in class gg.jte.gradle.JteExtension
- getKotlinCompileArgs() - Method in class gg.jte.gradle.JteExtension
- getKotlinCompileArgs() - Method in class gg.jte.gradle.PrecompileJteTask
- getPackageName() - Method in interface gg.jte.gradle.GenerateJteParams
-
The package name, where template classes are generated to
- getPackageName() - Method in class gg.jte.gradle.JteExtension
- getPackageName() - Method in class gg.jte.gradle.JteTaskBase
- getProjectNamespace() - Method in interface gg.jte.gradle.GenerateJteParams
-
"group/artifact" of the project using jte.
- getProjectNamespace() - Method in class gg.jte.gradle.JteExtension
- getProperties() - Method in class gg.jte.gradle.JteExtensionSettings
- getSourceDirectory() - Method in interface gg.jte.gradle.GenerateJteParams
-
The directory where template files are located.
- getSourceDirectory() - Method in class gg.jte.gradle.JteExtension
- getSourceDirectory() - Method in class gg.jte.gradle.JteTaskBase
- getStage() - Method in class gg.jte.gradle.JteExtension
- getTargetDirectory() - Method in interface gg.jte.gradle.GenerateJteParams
-
Destination directory to store generated templates.
- getTargetDirectory() - Method in class gg.jte.gradle.GenerateJteTask
- getTargetDirectory() - Method in class gg.jte.gradle.JteExtension
- getTargetDirectory() - Method in class gg.jte.gradle.JteTaskBase
- getTargetResourceDirectory() - Method in interface gg.jte.gradle.GenerateJteParams
-
Directory in which to generate non-java files (resources).
- getTargetResourceDirectory() - Method in class gg.jte.gradle.JteExtension
- getTargetResourceDirectory() - Method in class gg.jte.gradle.JteTaskBase
- getTrimControlStructures() - Method in interface gg.jte.gradle.GenerateJteParams
-
Trims control structures, resulting in prettier output.
- getTrimControlStructures() - Method in class gg.jte.gradle.JteExtension
- getTrimControlStructures() - Method in class gg.jte.gradle.JteTaskBase
- gg.jte.gradle - package gg.jte.gradle
J
- jteExtension(String) - Method in class gg.jte.gradle.JteExtension
- jteExtension(String, Action<JteExtensionSettings>) - Method in class gg.jte.gradle.JteExtension
- JteExtension - Class in gg.jte.gradle
-
configuration extension for the plugin interface because it uses managed properties
- JteExtension(ObjectFactory) - Constructor for class gg.jte.gradle.JteExtension
- JteExtensionSettings - Class in gg.jte.gradle
- JteExtensionSettings() - Constructor for class gg.jte.gradle.JteExtensionSettings
- JteGradle - Class in gg.jte.gradle
- JteGradle() - Constructor for class gg.jte.gradle.JteGradle
- JteStage - Enum Class in gg.jte.gradle
-
which kind of jte generation should the plugin be doing.
- JteTaskBase - Class in gg.jte.gradle
- JteTaskBase(JteExtension, JteStage) - Constructor for class gg.jte.gradle.JteTaskBase
P
- precompile() - Method in class gg.jte.gradle.JteExtension
- PRECOMPILE - Enum constant in enum class gg.jte.gradle.JteStage
-
"precompile" means that jte files will be turned into java classes _after_ the main application code is built, and will be separate resources to be loaded by the jte runtime.
- PrecompileJteTask - Class in gg.jte.gradle
- PrecompileJteTask(JteExtension, WorkerExecutor) - Constructor for class gg.jte.gradle.PrecompileJteTask
- PrecompileJteWorker - Class in gg.jte.gradle
- PrecompileJteWorker() - Constructor for class gg.jte.gradle.PrecompileJteWorker
- property(String, String) - Method in class gg.jte.gradle.JteExtensionSettings
- property(String, Provider<String>) - Method in class gg.jte.gradle.JteExtensionSettings
- propertyMissing(String, String) - Method in class gg.jte.gradle.JteExtensionSettings
- propertyMissing(String, Provider<String>) - Method in class gg.jte.gradle.JteExtensionSettings
S
- setBinaryStaticContent(Boolean) - Method in class gg.jte.gradle.JteTaskBase
- setCompileArgs(String[]) - Method in class gg.jte.gradle.PrecompileJteTask
- setCompilePath(FileCollection) - Method in class gg.jte.gradle.PrecompileJteTask
- setContentType(ContentType) - Method in class gg.jte.gradle.JteTaskBase
- setHtmlCommentsPreserved(Boolean) - Method in class gg.jte.gradle.JteTaskBase
- setHtmlPolicyClass(String) - Method in class gg.jte.gradle.PrecompileJteTask
- setHtmlTags(String[]) - Method in class gg.jte.gradle.JteTaskBase
- setKotlinCompileArgs(String[]) - Method in class gg.jte.gradle.PrecompileJteTask
- setPackageName(String) - Method in class gg.jte.gradle.JteTaskBase
- setSourceDirectory(Path) - Method in class gg.jte.gradle.JteTaskBase
- setTargetDirectory(Path) - Method in class gg.jte.gradle.JteTaskBase
- setTargetResourceDirectory(Path) - Method in class gg.jte.gradle.JteTaskBase
- setterCalled() - Method in class gg.jte.gradle.JteTaskBase
- setTrimControlStructures(Boolean) - Method in class gg.jte.gradle.JteTaskBase
V
- valueOf(String) - Static method in enum class gg.jte.gradle.JteStage
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class gg.jte.gradle.JteStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages