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 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
-
DefaultWeavingSourceSet
public DefaultWeavingSourceSet(SourceSet sourceSet)
-
-
Method Detail
-
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
getPublicType
in interfaceHasPublicType
-
getAspectConfigurationName
public String getAspectConfigurationName()
- Specified by:
getAspectConfigurationName
in interfaceWeavingSourceSet
-
getAspectPath
public FileCollection getAspectPath()
- Specified by:
getAspectPath
in interfaceWeavingSourceSet
-
getInpathConfigurationName
public String getInpathConfigurationName()
- Specified by:
getInpathConfigurationName
in interfaceWeavingSourceSet
-
getInPath
public FileCollection getInPath()
- Specified by:
getInPath
in interfaceWeavingSourceSet
-
setAspectPath
public void setAspectPath(FileCollection aspectPath)
- Specified by:
setAspectPath
in interfaceWeavingSourceSet
-
setInPath
public void setInPath(FileCollection inPath)
- Specified by:
setInPath
in interfaceWeavingSourceSet
-
canEqual
protected boolean canEqual(Object other)
-
-