Class DefaultWeavingSourceSet
- java.lang.Object
 - 
- io.freefair.gradle.plugins.aspectj.internal.DefaultWeavingSourceSet
 
 
- 
- All Implemented Interfaces:
 WeavingSourceSet,HasPublicType
- Direct Known Subclasses:
 DefaultAspectjSourceSet
public class DefaultWeavingSourceSet extends Object implements WeavingSourceSet, HasPublicType
 
- 
- 
Field Summary
- 
Fields inherited from interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
ASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DefaultWeavingSourceSet(SourceSet sourceSet, ObjectFactory objectFactory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAspectConfigurationName()Deprecated.ConfigurableFileCollectiongetAspectPath()Deprecated.ConfigurableFileCollectiongetInPath()Deprecated.StringgetInpathConfigurationName()Deprecated.TypeOf<?>getPublicType()SourceSetgetSourceSet()inthashCode()voidsetAspectPath(FileCollection aspectPath)Deprecated.voidsetInPath(FileCollection inPath)Deprecated.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
DefaultWeavingSourceSet
public DefaultWeavingSourceSet(SourceSet sourceSet, ObjectFactory objectFactory)
 
 - 
 
- 
Method Detail
- 
getAspectConfigurationName
@Deprecated public String getAspectConfigurationName()
Deprecated.- Specified by:
 getAspectConfigurationNamein interfaceWeavingSourceSet
 
- 
getInpathConfigurationName
@Deprecated public String getInpathConfigurationName()
Deprecated.- Specified by:
 getInpathConfigurationNamein interfaceWeavingSourceSet
 
- 
getAspectPath
@Deprecated public ConfigurableFileCollection getAspectPath()
Deprecated.- Specified by:
 getAspectPathin interfaceWeavingSourceSet
 
- 
setAspectPath
@Deprecated public void setAspectPath(FileCollection aspectPath)
Deprecated.- Specified by:
 setAspectPathin interfaceWeavingSourceSet
 
- 
getInPath
@Deprecated public ConfigurableFileCollection getInPath()
Deprecated.- Specified by:
 getInPathin interfaceWeavingSourceSet
 
- 
setInPath
@Deprecated public void setInPath(FileCollection inPath)
Deprecated.- Specified by:
 setInPathin interfaceWeavingSourceSet
 
- 
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
 getPublicTypein interfaceHasPublicType
 
- 
getSourceSet
public SourceSet getSourceSet()
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -