Interface WeavingSourceSet
- 
- All Known Subinterfaces:
 AspectjSourceSet
public interface WeavingSourceSet 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringASPECT_PATH_EXTENSION_NAMEstatic StringIN_PATH_EXTENSION_NAME 
- 
Method Summary
Static Methods Modifier and Type Method Description static StringgetAspectConfigurationName(SourceSet sourceSet)static ConfigurableFileCollectiongetAspectPath(SourceSet sourceSet)static ConfigurableFileCollectiongetInPath(SourceSet sourceSet)static StringgetInpathConfigurationName(SourceSet sourceSet) 
 - 
 
- 
- 
Field Detail
- 
ASPECT_PATH_EXTENSION_NAME
static final String ASPECT_PATH_EXTENSION_NAME
- See Also:
 - Constant Field Values
 
 
- 
IN_PATH_EXTENSION_NAME
static final String IN_PATH_EXTENSION_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getAspectPath
static ConfigurableFileCollection getAspectPath(SourceSet sourceSet)
 
- 
getInPath
static ConfigurableFileCollection getInPath(SourceSet sourceSet)
 
 - 
 
 -