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.String
ASPECT_PATH_EXTENSION_NAME
static java.lang.String
IN_PATH_EXTENSION_NAME
-
Method Summary
-
-
-
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
@Deprecated java.lang.String getAspectConfigurationName()
Deprecated.UsegetAspectConfigurationName(SourceSet)
instead.
-
getInpathConfigurationName
@Deprecated java.lang.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.
-
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)
-
-