Interface WeavingSourceSet
-
- All Known Subinterfaces:
AspectjSourceSet
- All Known Implementing Classes:
DefaultAspectjSourceSet
,DefaultWeavingSourceSet
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
-
-
-
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
-
getAspectConfigurationName
@Deprecated String getAspectConfigurationName()
Deprecated.UsegetAspectConfigurationName(SourceSet)
instead.
-
getInpathConfigurationName
@Deprecated String getInpathConfigurationName()
Deprecated.UsegetInpathConfigurationName(SourceSet)
instead.
-
getAspectPath
@Deprecated FileCollection getAspectPath()
Deprecated.UsegetAspectPath(SourceSet)
instead.
-
setAspectPath
@Deprecated void setAspectPath(FileCollection aspectPath)
Deprecated.UsegetAspectPath(SourceSet)
andConfigurableFileCollection.from(Object...)
instead.
-
getInPath
@Deprecated FileCollection getInPath()
Deprecated.UsegetInPath(SourceSet)
instead.
-
setInPath
@Deprecated void setInPath(FileCollection inPath)
Deprecated.UsegetInPath(SourceSet)
andConfigurableFileCollection.from(Object...)
instead.
-
getAspectPath
static ConfigurableFileCollection getAspectPath(SourceSet sourceSet)
-
getInPath
static ConfigurableFileCollection getInPath(SourceSet sourceSet)
-
-