Class AndroidWeavingSourceSet
- java.lang.Object
-
- io.freefair.gradle.plugins.android.aspectj.internal.AndroidWeavingSourceSet
-
- All Implemented Interfaces:
io.freefair.gradle.plugins.aspectj.WeavingSourceSet,HasPublicType
public class AndroidWeavingSourceSet extends Object implements io.freefair.gradle.plugins.aspectj.WeavingSourceSet, HasPublicType
WeavingSourceSetimplementation based onAndroidSourceSet.
-
-
Constructor Summary
Constructors Constructor Description AndroidWeavingSourceSet(com.android.build.api.dsl.AndroidSourceSet androidSourceSet)
-
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()
-
-
-
Method Detail
-
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
getPublicTypein interfaceHasPublicType
-
getAspectConfigurationName
public String getAspectConfigurationName()
- Specified by:
getAspectConfigurationNamein interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
getAspectPath
public FileCollection getAspectPath()
- Specified by:
getAspectPathin interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
getInpathConfigurationName
public String getInpathConfigurationName()
- Specified by:
getInpathConfigurationNamein interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
getInPath
public FileCollection getInPath()
- Specified by:
getInPathin interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
setAspectPath
public void setAspectPath(FileCollection aspectPath)
- Specified by:
setAspectPathin interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
setInPath
public void setInPath(FileCollection inPath)
- Specified by:
setInPathin interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
canEqual
protected boolean canEqual(Object other)
-
-