public abstract class ClojureBuild
extends java.lang.Object
implements org.gradle.api.Named
| Constructor and Description |
|---|
ClojureBuild() |
| Modifier and Type | Method and Description |
|---|---|
void |
aotAll() |
void |
checkAll() |
void |
compiler(org.gradle.api.Action<? super ClojureCompileOptions> configureAction) |
abstract org.gradle.api.provider.SetProperty<java.lang.String> |
getAotNamespaces() |
abstract org.gradle.api.provider.SetProperty<java.lang.String> |
getCheckNamespaces() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
abstract ClojureCompileOptions |
getCompiler() |
abstract org.gradle.api.file.DirectoryProperty |
getOutputDir() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getReflection() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getSourceRoots() |
org.gradle.api.file.FileTree |
getSourceTree() |
public abstract org.gradle.api.file.DirectoryProperty getOutputDir()
public abstract org.gradle.api.file.ConfigurableFileCollection getClasspath()
public abstract org.gradle.api.file.ConfigurableFileCollection getSourceRoots()
public org.gradle.api.file.FileTree getSourceTree()
public abstract org.gradle.api.provider.SetProperty<java.lang.String> getCheckNamespaces()
public void checkAll()
public abstract org.gradle.api.provider.Property<java.lang.String> getReflection()
public abstract org.gradle.api.provider.SetProperty<java.lang.String> getAotNamespaces()
public void aotAll()
public abstract ClojureCompileOptions getCompiler()
public void compiler(org.gradle.api.Action<? super ClojureCompileOptions> configureAction)