Interface WeavingSourceSet
-
- All Known Subinterfaces:
AspectjSourceSet
- All Known Implementing Classes:
DefaultAspectjSourceSet
,DefaultWeavingSourceSet
public interface WeavingSourceSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAspectConfigurationName()
FileCollection
getAspectPath()
FileCollection
getInPath()
String
getInpathConfigurationName()
void
setAspectPath(FileCollection aspectPath)
void
setInPath(FileCollection inPath)
-
-
-
Method Detail
-
getAspectConfigurationName
String getAspectConfigurationName()
-
getInpathConfigurationName
String getInpathConfigurationName()
-
getAspectPath
FileCollection getAspectPath()
-
setAspectPath
void setAspectPath(FileCollection aspectPath)
-
getInPath
FileCollection getInPath()
-
setInPath
void setInPath(FileCollection inPath)
-
-