public class DefaultWeavingSourceSet extends Object implements WeavingSourceSet, org.gradle.api.reflect.HasPublicType
ASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME| Constructor and Description |
|---|
DefaultWeavingSourceSet(org.gradle.api.tasks.SourceSet sourceSet,
org.gradle.api.model.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAspectConfigurationName()
Deprecated.
|
org.gradle.api.file.ConfigurableFileCollection |
getAspectPath()
Deprecated.
|
org.gradle.api.file.ConfigurableFileCollection |
getInPath()
Deprecated.
|
String |
getInpathConfigurationName()
Deprecated.
|
org.gradle.api.reflect.TypeOf<?> |
getPublicType() |
org.gradle.api.tasks.SourceSet |
getSourceSet() |
int |
hashCode() |
void |
setAspectPath(org.gradle.api.file.FileCollection aspectPath)
Deprecated.
|
void |
setInPath(org.gradle.api.file.FileCollection inPath)
Deprecated.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAspectConfigurationName, getAspectPath, getInPath, getInpathConfigurationNamepublic DefaultWeavingSourceSet(org.gradle.api.tasks.SourceSet sourceSet,
org.gradle.api.model.ObjectFactory objectFactory)
@Deprecated public String getAspectConfigurationName()
getAspectConfigurationName in interface WeavingSourceSet@Deprecated public String getInpathConfigurationName()
getInpathConfigurationName in interface WeavingSourceSet@Deprecated public org.gradle.api.file.ConfigurableFileCollection getAspectPath()
getAspectPath in interface WeavingSourceSet@Deprecated public void setAspectPath(org.gradle.api.file.FileCollection aspectPath)
setAspectPath in interface WeavingSourceSet@Deprecated public org.gradle.api.file.ConfigurableFileCollection getInPath()
getInPath in interface WeavingSourceSet@Deprecated public void setInPath(org.gradle.api.file.FileCollection inPath)
setInPath in interface WeavingSourceSetpublic org.gradle.api.reflect.TypeOf<?> getPublicType()
getPublicType in interface org.gradle.api.reflect.HasPublicTypepublic org.gradle.api.tasks.SourceSet getSourceSet()
protected boolean canEqual(Object other)