Interface WeavingSourceSet
-
- All Known Subinterfaces:
AspectjSourceSet
public interface WeavingSourceSet
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASPECT_PATH_EXTENSION_NAME
static String
IN_PATH_EXTENSION_NAME
-
Method Summary
Static Methods Modifier and Type Method Description static String
getAspectConfigurationName(SourceSet sourceSet)
static ConfigurableFileCollection
getAspectPath(SourceSet sourceSet)
static ConfigurableFileCollection
getInPath(SourceSet sourceSet)
static String
getInpathConfigurationName(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)
-
-