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 Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
TypeOf<?>
getPublicType()
SourceSet
getSourceSet()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
DefaultWeavingSourceSet
public DefaultWeavingSourceSet(SourceSet sourceSet, ObjectFactory objectFactory)
-
-
Method Detail
-
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
getPublicType
in interfaceHasPublicType
-
getSourceSet
public SourceSet getSourceSet()
-
canEqual
protected boolean canEqual(Object other)
-
-