public ISMLCompileParameters
Interface for worker parameters of ISML compile.
@NotNull org.gradle.api.provider.Property<java.io.File> getSourceDir()
Source directory for ISML compilation.
@NotNull org.gradle.api.provider.Property<java.io.File> getOutputDir()
Target directory for ISML compilation.
@NotNull org.gradle.api.provider.Property<java.lang.String> getEncoding()
File encoding used by ISML compilation.
@NotNull org.gradle.api.provider.Property<java.lang.String> getJspPackage()
This jsp package is used by the isml compiler.
@NotNull org.gradle.api.provider.Property<java.lang.String> getSourceCompatibility()
This source compatibility is used by the isml compiler.
@NotNull org.gradle.api.provider.Property<java.lang.String> getTargetCompatibility()
This target compatibility is used by the isml compiler.
@NotNull org.gradle.api.provider.ListProperty<java.lang.String> getTldScanIncludes()
Configuration for tld scan includes.
@NotNull org.gradle.api.provider.ListProperty<java.lang.String> getTldScanExcludes()
Configuration for tld scan excludes.
@NotNull org.gradle.api.provider.Property<java.lang.Boolean> getEnableTldScan()
With this property tld scan of jsp compiler can be disabled or enabled.
@NotNull org.gradle.api.provider.Property<java.io.File> getEclipseConfFile()
Configuration file for eclipse compiler.
@NotNull org.gradle.api.provider.Property<java.io.File> getCompilerOut()
Standard output for eclipse compiler.
@NotNull org.gradle.api.provider.Property<java.io.File> getCompilerError()
Error output for eclipse compiler.
@NotNull org.gradle.api.provider.Property<java.lang.String> getClasspath()
Classpath for ISML and JSP compilation.
@NotNull org.gradle.api.provider.Property<java.io.File> getTempWebInfFolder()
Temporary webinf folder for JSP compilation.
@NotNull org.gradle.api.provider.Property<org.apache.log4j.Level> getLogLevel()
Loglevel for ISML and JSP compilation.