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 Deprecated Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAspectConfigurationName()
Deprecated.ConfigurableFileCollection
getAspectPath()
Deprecated.ConfigurableFileCollection
getInPath()
Deprecated.String
getInpathConfigurationName()
Deprecated.TypeOf<?>
getPublicType()
SourceSet
getSourceSet()
int
hashCode()
void
setAspectPath(FileCollection aspectPath)
Deprecated.void
setInPath(FileCollection inPath)
Deprecated.String
toString()
-
-
-
Constructor Detail
-
DefaultWeavingSourceSet
public DefaultWeavingSourceSet(SourceSet sourceSet, ObjectFactory objectFactory)
-
-
Method Detail
-
getAspectConfigurationName
@Deprecated public String getAspectConfigurationName()
Deprecated.- Specified by:
getAspectConfigurationName
in interfaceWeavingSourceSet
-
getInpathConfigurationName
@Deprecated public String getInpathConfigurationName()
Deprecated.- Specified by:
getInpathConfigurationName
in interfaceWeavingSourceSet
-
getAspectPath
@Deprecated public ConfigurableFileCollection getAspectPath()
Deprecated.- Specified by:
getAspectPath
in interfaceWeavingSourceSet
-
setAspectPath
@Deprecated public void setAspectPath(FileCollection aspectPath)
Deprecated.- Specified by:
setAspectPath
in interfaceWeavingSourceSet
-
getInPath
@Deprecated public ConfigurableFileCollection getInPath()
Deprecated.- Specified by:
getInPath
in interfaceWeavingSourceSet
-
setInPath
@Deprecated public void setInPath(FileCollection inPath)
Deprecated.- Specified by:
setInPath
in interfaceWeavingSourceSet
-
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
getPublicType
in interfaceHasPublicType
-
getSourceSet
public SourceSet getSourceSet()
-
canEqual
protected boolean canEqual(Object other)
-
-