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 java.lang.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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetAspectConfigurationName()Deprecated.ConfigurableFileCollectiongetAspectPath()Deprecated.ConfigurableFileCollectiongetInPath()Deprecated.java.lang.StringgetInpathConfigurationName()Deprecated.TypeOf<?>getPublicType()SourceSetgetSourceSet()inthashCode()voidsetAspectPath(FileCollection aspectPath)Deprecated.voidsetInPath(FileCollection inPath)Deprecated.java.lang.StringtoString()
-
-
-
Constructor Detail
-
DefaultWeavingSourceSet
public DefaultWeavingSourceSet(SourceSet sourceSet, ObjectFactory objectFactory)
-
-
Method Detail
-
getAspectConfigurationName
@Deprecated public java.lang.String getAspectConfigurationName()
Deprecated.- Specified by:
getAspectConfigurationNamein interfaceWeavingSourceSet
-
getInpathConfigurationName
@Deprecated public java.lang.String getInpathConfigurationName()
Deprecated.- Specified by:
getInpathConfigurationNamein interfaceWeavingSourceSet
-
getAspectPath
@Deprecated public ConfigurableFileCollection getAspectPath()
Deprecated.- Specified by:
getAspectPathin interfaceWeavingSourceSet
-
setAspectPath
@Deprecated public void setAspectPath(FileCollection aspectPath)
Deprecated.- Specified by:
setAspectPathin interfaceWeavingSourceSet
-
getInPath
@Deprecated public ConfigurableFileCollection getInPath()
Deprecated.- Specified by:
getInPathin interfaceWeavingSourceSet
-
setInPath
@Deprecated public void setInPath(FileCollection inPath)
Deprecated.- Specified by:
setInPathin interfaceWeavingSourceSet
-
getPublicType
public TypeOf<?> getPublicType()
- Specified by:
getPublicTypein interfaceHasPublicType
-
getSourceSet
public SourceSet getSourceSet()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-