public interface WeavingSourceSet
| Modifier and Type | Field and Description |
|---|---|
static String |
ASPECT_PATH_EXTENSION_NAME |
static String |
IN_PATH_EXTENSION_NAME |
static final String ASPECT_PATH_EXTENSION_NAME
static final String IN_PATH_EXTENSION_NAME
@Deprecated String getAspectConfigurationName()
getAspectConfigurationName(SourceSet) instead.@Deprecated String getInpathConfigurationName()
getInpathConfigurationName(SourceSet) instead.@Deprecated FileCollection getAspectPath()
getAspectPath(SourceSet) instead.@Deprecated void setAspectPath(FileCollection aspectPath)
getAspectPath(SourceSet) and ConfigurableFileCollection.from(Object...) instead.@Deprecated FileCollection getInPath()
getInPath(SourceSet) instead.@Deprecated void setInPath(FileCollection inPath)
getInPath(SourceSet) and ConfigurableFileCollection.from(Object...) instead.static ConfigurableFileCollection getAspectPath(SourceSet sourceSet)
static ConfigurableFileCollection getInPath(SourceSet sourceSet)