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