Interface AspectjSourceSet
- 
- All Superinterfaces:
 WeavingSourceSet
public interface AspectjSourceSet extends WeavingSourceSet
- See Also:
 GroovySourceSet,ScalaSourceSet
 
- 
- 
Field Summary
- 
Fields inherited from interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
ASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME 
 - 
 
- 
Method Summary
Static Methods Modifier and Type Method Description static SourceDirectorySetgetAllAspectj(SourceSet sourceSet)static AspectjSourceDirectorySetgetAspectj(SourceSet sourceSet) 
 - 
 
- 
- 
Method Detail
- 
getAspectj
static AspectjSourceDirectorySet getAspectj(SourceSet sourceSet)
 
- 
getAllAspectj
static SourceDirectorySet getAllAspectj(SourceSet sourceSet)
 
 - 
 
 -