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