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
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultWeavingSourceSet(SourceSet sourceSet) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAspectConfigurationName()FileCollectiongetAspectPath()FileCollectiongetInPath()StringgetInpathConfigurationName()TypeOf<?>getPublicType()inthashCode()voidsetAspectPath(FileCollection aspectPath)voidsetInPath(FileCollection inPath)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
DefaultWeavingSourceSet
public DefaultWeavingSourceSet(SourceSet sourceSet)
 
 - 
 
- 
Method Detail
- 
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
 getPublicTypein interfaceHasPublicType
 
- 
getAspectConfigurationName
public String getAspectConfigurationName()
- Specified by:
 getAspectConfigurationNamein interfaceWeavingSourceSet
 
- 
getAspectPath
public FileCollection getAspectPath()
- Specified by:
 getAspectPathin interfaceWeavingSourceSet
 
- 
getInpathConfigurationName
public String getInpathConfigurationName()
- Specified by:
 getInpathConfigurationNamein interfaceWeavingSourceSet
 
- 
getInPath
public FileCollection getInPath()
- Specified by:
 getInPathin interfaceWeavingSourceSet
 
- 
setAspectPath
public void setAspectPath(FileCollection aspectPath)
- Specified by:
 setAspectPathin interfaceWeavingSourceSet
 
- 
setInPath
public void setInPath(FileCollection inPath)
- Specified by:
 setInPathin interfaceWeavingSourceSet
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -