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
WeavingSourceSet
implementation based onAndroidSourceSet
.
-
-
Constructor Summary
Constructors Constructor Description AndroidWeavingSourceSet(AndroidSourceSet androidSourceSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAspectConfigurationName()
FileCollection
getAspectPath()
FileCollection
getInPath()
String
getInpathConfigurationName()
TypeOf<?>
getPublicType()
int
hashCode()
void
setAspectPath(FileCollection aspectPath)
void
setInPath(FileCollection inPath)
String
toString()
-
-
-
Constructor Detail
-
AndroidWeavingSourceSet
public AndroidWeavingSourceSet(AndroidSourceSet androidSourceSet)
-
-
Method Detail
-
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
getPublicType
in interfaceHasPublicType
-
getAspectConfigurationName
public String getAspectConfigurationName()
- Specified by:
getAspectConfigurationName
in interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
getAspectPath
public FileCollection getAspectPath()
- Specified by:
getAspectPath
in interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
getInpathConfigurationName
public String getInpathConfigurationName()
- Specified by:
getInpathConfigurationName
in interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
getInPath
public FileCollection getInPath()
- Specified by:
getInPath
in interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
setAspectPath
public void setAspectPath(FileCollection aspectPath)
- Specified by:
setAspectPath
in interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
setInPath
public void setInPath(FileCollection inPath)
- Specified by:
setInPath
in interfaceio.freefair.gradle.plugins.aspectj.WeavingSourceSet
-
canEqual
protected boolean canEqual(Object other)
-
-