public interface WeavingSourceSet
| Modifier and Type | Field and Description |
|---|---|
static String |
ASPECT_PATH_EXTENSION_NAME |
static String |
IN_PATH_EXTENSION_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspectConfigurationName()
Deprecated.
Use
getAspectConfigurationName(SourceSet) instead. |
static String |
getAspectConfigurationName(org.gradle.api.tasks.SourceSet sourceSet) |
org.gradle.api.file.FileCollection |
getAspectPath()
Deprecated.
Use
getAspectPath(SourceSet) instead. |
static org.gradle.api.file.ConfigurableFileCollection |
getAspectPath(org.gradle.api.tasks.SourceSet sourceSet) |
org.gradle.api.file.FileCollection |
getInPath()
Deprecated.
Use
getInPath(SourceSet) instead. |
static org.gradle.api.file.ConfigurableFileCollection |
getInPath(org.gradle.api.tasks.SourceSet sourceSet) |
String |
getInpathConfigurationName()
Deprecated.
Use
getInpathConfigurationName(SourceSet) instead. |
static String |
getInpathConfigurationName(org.gradle.api.tasks.SourceSet sourceSet) |
void |
setAspectPath(org.gradle.api.file.FileCollection aspectPath)
Deprecated.
Use
getAspectPath(SourceSet) and ConfigurableFileCollection.from(Object...) instead. |
void |
setInPath(org.gradle.api.file.FileCollection inPath)
Deprecated.
Use
getInPath(SourceSet) and ConfigurableFileCollection.from(Object...) instead. |
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 org.gradle.api.file.FileCollection getAspectPath()
getAspectPath(SourceSet) instead.@Deprecated void setAspectPath(org.gradle.api.file.FileCollection aspectPath)
getAspectPath(SourceSet) and ConfigurableFileCollection.from(Object...) instead.@Deprecated org.gradle.api.file.FileCollection getInPath()
getInPath(SourceSet) instead.@Deprecated void setInPath(org.gradle.api.file.FileCollection inPath)
getInPath(SourceSet) and ConfigurableFileCollection.from(Object...) instead.static String getAspectConfigurationName(org.gradle.api.tasks.SourceSet sourceSet)
static String getInpathConfigurationName(org.gradle.api.tasks.SourceSet sourceSet)
static org.gradle.api.file.ConfigurableFileCollection getAspectPath(org.gradle.api.tasks.SourceSet sourceSet)
static org.gradle.api.file.ConfigurableFileCollection getInPath(org.gradle.api.tasks.SourceSet sourceSet)