Class SourceSetMapper.Builder
java.lang.Object
io.github.srdjanv.localgitdependency.property.impl.SourceSetMapper.Builder
- All Implemented Interfaces:
SourceSetMapperBuilder
- Enclosing class:
- SourceSetMapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
map
Description copied from interface:SourceSetMapperBuilderThis is used to map SourceSet's of a dependency to a SourceSet on the current projectmapSourceSets({ map "main", "example" }, { map "test", "example", "example2" })- Specified by:
mapin interfaceSourceSetMapperBuilder- Parameters:
projectSet- SourceSet name of the current projectdependencySet- SourceSet's names to inherit from
-
recursive
Description copied from interface:SourceSetMapperBuilderIf the specified dependencySet are going to get added recursivelyDefault true
- Specified by:
recursivein interfaceSourceSetMapperBuilder- Parameters:
recursive- if it should be handled recursively
-