Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addToTask(Task) - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- AjcAction - Class in io.freefair.gradle.plugins.aspectj
- AjcAction(ProjectLayout, ObjectFactory, ExecOperations) - Constructor for class io.freefair.gradle.plugins.aspectj.AjcAction
- AjcForkOptions - Class in io.freefair.gradle.plugins.aspectj
- AjcForkOptions() - Constructor for class io.freefair.gradle.plugins.aspectj.AjcForkOptions
- ajcOptions(Action<AspectJCompileOptions>) - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- apply(Project) - Method in class io.freefair.gradle.plugins.aspectj.AspectJBasePlugin
- apply(Project) - Method in class io.freefair.gradle.plugins.aspectj.AspectJPlugin
- apply(Project) - Method in class io.freefair.gradle.plugins.aspectj.AspectJPostCompileWeavingPlugin
- ASPECT_PATH_EXTENSION_NAME - Static variable in interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
- AspectJBasePlugin - Class in io.freefair.gradle.plugins.aspectj
- AspectJBasePlugin() - Constructor for class io.freefair.gradle.plugins.aspectj.AspectJBasePlugin
- AspectjCompile - Class in io.freefair.gradle.plugins.aspectj
- AspectjCompile() - Constructor for class io.freefair.gradle.plugins.aspectj.AspectjCompile
- AspectJCompileOptions - Class in io.freefair.gradle.plugins.aspectj
-
Compilation options to be passed to the AspectJ compiler.
- AspectJCompileOptions(ObjectFactory) - Constructor for class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
- AspectJCompiler - Class in io.freefair.gradle.plugins.aspectj.internal
- AspectJCompiler(ExecOperations) - Constructor for class io.freefair.gradle.plugins.aspectj.internal.AspectJCompiler
- AspectJCompileSpec - Class in io.freefair.gradle.plugins.aspectj.internal
- AspectJCompileSpec() - Constructor for class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- AspectJPlugin - Class in io.freefair.gradle.plugins.aspectj
- AspectJPlugin() - Constructor for class io.freefair.gradle.plugins.aspectj.AspectJPlugin
- AspectJPostCompileWeavingPlugin - Class in io.freefair.gradle.plugins.aspectj
- AspectJPostCompileWeavingPlugin() - Constructor for class io.freefair.gradle.plugins.aspectj.AspectJPostCompileWeavingPlugin
- AspectJRuntime - Class in io.freefair.gradle.plugins.aspectj.internal
- AspectJRuntime(Project) - Constructor for class io.freefair.gradle.plugins.aspectj.internal.AspectJRuntime
- AspectjSourceDirectorySet - Interface in io.freefair.gradle.plugins.aspectj
- AspectjSourceSet - Interface in io.freefair.gradle.plugins.aspectj
- AspectJUtil - Class in io.freefair.gradle.plugins.aspectj.internal
C
- compile() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- createSpec() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
D
- DefaultAspectjSourceDirectorySet - Class in io.freefair.gradle.plugins.aspectj.internal
- DefaultAspectjSourceDirectorySet(SourceDirectorySet, TaskDependencyFactory) - Constructor for class io.freefair.gradle.plugins.aspectj.internal.DefaultAspectjSourceDirectorySet
E
- execute(AspectJCompileSpec) - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompiler
- execute(Task) - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
F
- forkOptions(Action<AjcForkOptions>) - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
G
- getAdditionalInpath() - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- getAdditionalInpath() - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- getAjcOptions() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getAllAspectj(SourceSet) - Static method in interface io.freefair.gradle.plugins.aspectj.AspectjSourceSet
- getAspectConfigurationName(SourceSet) - Static method in interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
- getAspectj(SourceSet) - Static method in interface io.freefair.gradle.plugins.aspectj.AspectjSourceSet
- getAspectjClasspath() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getAspectJClasspath() - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- getAspectJCompileOptions() - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- getAspectjRuntime() - Method in class io.freefair.gradle.plugins.aspectj.AspectJBasePlugin
- getAspectJToolsExclude() - Static method in class io.freefair.gradle.plugins.aspectj.internal.AspectJUtil
- getAspectpath() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Weave binary aspects from jar files and directories on path into all sources.
- getAspectPath(SourceSet) - Static method in interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
- getBootclasspath() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Override location of VM's bootclasspath for purposes of evaluating types when compiling.
- getClasspath() - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- getClasspath() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getCompileClasspath(Task) - Static method in class io.freefair.gradle.plugins.aspectj.AjcAction
- getCompilerArgs() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Any additional arguments to be passed to the compiler.
- getCompilerArgumentProviders() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
- getCrossrefs() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Generate a build .ajsym file into the output directory.
- getDestinationDirectory() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
-
Make the destinationDirectory optional.
- getEnabled() - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- getEncoding() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Specify default source encoding format.
- getExecOperations() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getExtdirs() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Override location of VM's extension directories for purposes of evaluating types when compiling.
- getFileSystemOperations() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getForkOptions() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Options for running the compiler in a child process.
- getInpath() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Accept as source bytecode any .class files in the .jar files or directories on Path.
- getInPath(SourceSet) - Static method in interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
- getInpathConfigurationName(SourceSet) - Static method in interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
- getLauncher() - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- getLauncher() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getLauncher() - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- getOptions() - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- getOptions() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getOutjar() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Put output classes in zip file output.jar.
- getOutxml() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Generate aop xml file for load-time weaving with default name (META-INF/aop-ajc.xml).
- getOutxmlfile() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Generate aop.xml file for load-time weaving with custom name.
- getProjectLayout() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getSource() - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
- getSourceroots() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Find and build all .java or .aj source files under any directory listed in DirPaths.
- getVerbose() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Emit messages about accessed/processed compilation units.
- getXmlConfigured() - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
I
- IN_PATH_EXTENSION_NAME - Static variable in interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
- inferAspectjClasspath(FileCollection) - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJRuntime
-
Searches the specified class path for AspectJ Jars (
aspectjrt,aspectjweaver) and returns a corresponding class path for executing AspectJ tools such as the ajc compiler. - io.freefair.gradle.plugins.aspectj - package io.freefair.gradle.plugins.aspectj
- io.freefair.gradle.plugins.aspectj.internal - package io.freefair.gradle.plugins.aspectj.internal
O
- options(Action<AspectJCompileOptions>) - Method in class io.freefair.gradle.plugins.aspectj.AjcAction
- options(Action<CompileOptions>) - Method in class io.freefair.gradle.plugins.aspectj.AspectjCompile
S
- setAdditionalInpath(FileCollection) - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- setAspectJClasspath(FileCollection) - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- setAspectJCompileOptions(AspectJCompileOptions) - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
- setCompilerArgs(List<String>) - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
-
Any additional arguments to be passed to the compiler.
- setCompilerArgumentProviders(List<CommandLineArgumentProvider>) - Method in class io.freefair.gradle.plugins.aspectj.AspectJCompileOptions
- setLauncher(JavaLauncher) - Method in class io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
W
- WeavingSourceSet - Interface in io.freefair.gradle.plugins.aspectj
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form