Interface WeavingSourceSet
- All Known Subinterfaces:
AspectjSourceSet
- All Known Implementing Classes:
DefaultAspectjSourceSet
,DefaultWeavingSourceSet
public interface WeavingSourceSet
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static String
getAspectConfigurationName
(SourceSet sourceSet) Deprecated.UsegetAspectPath(SourceSet)
instead.static ConfigurableFileCollection
getAspectPath
(SourceSet sourceSet) Deprecated.UsegetInPath(SourceSet)
instead.static ConfigurableFileCollection
Deprecated.UsegetInpathConfigurationName(SourceSet)
instead.static String
getInpathConfigurationName
(SourceSet sourceSet) void
setAspectPath
(FileCollection aspectPath) Deprecated.UsegetAspectPath(SourceSet)
andConfigurableFileCollection.from(Object...)
instead.void
setInPath
(FileCollection inPath) Deprecated.UsegetInPath(SourceSet)
andConfigurableFileCollection.from(Object...)
instead.
-
Field Details
-
ASPECT_PATH_EXTENSION_NAME
- See Also:
-
IN_PATH_EXTENSION_NAME
- See Also:
-
-
Method Details
-
getAspectConfigurationName
Deprecated.UsegetAspectConfigurationName(SourceSet)
instead. -
getInpathConfigurationName
Deprecated.UsegetInpathConfigurationName(SourceSet)
instead. -
getAspectPath
Deprecated.UsegetAspectPath(SourceSet)
instead. -
setAspectPath
Deprecated.UsegetAspectPath(SourceSet)
andConfigurableFileCollection.from(Object...)
instead. -
getInPath
Deprecated.UsegetInPath(SourceSet)
instead. -
setInPath
Deprecated.UsegetInPath(SourceSet)
andConfigurableFileCollection.from(Object...)
instead. -
getAspectConfigurationName
-
getInpathConfigurationName
-
getAspectPath
-
getInPath
-
getAspectConfigurationName(SourceSet)
instead.