-
- All Implemented Interfaces:
public final class DefaultKotlinSourceSet.MetadataDependencyTransformation
-
-
Field Summary
Fields Modifier and Type Field Description private final StringgroupIdprivate final StringmoduleNameprivate final StringprojectPathprivate final KotlinProjectStructureMetadataprojectStructureMetadataprivate final Set<String>allVisibleSourceSetsprivate final Map<String, Iterable<File>>useFilesForSourceSets
-
Method Summary
Modifier and Type Method Description final StringgetGroupId()final StringgetModuleName()final StringgetProjectPath()final KotlinProjectStructureMetadatagetProjectStructureMetadata()final Set<String>getAllVisibleSourceSets()final Map<String, Iterable<File>>getUseFilesForSourceSets()If empty, then this source set does not see any 'new' source sets of the dependency, compared to its dependsOn parents, but it still does see all what the dependsOn parents see. -
-
Constructor Detail
-
DefaultKotlinSourceSet.MetadataDependencyTransformation
DefaultKotlinSourceSet.MetadataDependencyTransformation(String groupId, String moduleName, String projectPath, KotlinProjectStructureMetadata projectStructureMetadata, Set<String> allVisibleSourceSets, Map<String, Iterable<File>> useFilesForSourceSets)
-
-
Method Detail
-
getGroupId
final String getGroupId()
-
getModuleName
final String getModuleName()
-
getProjectPath
final String getProjectPath()
-
getProjectStructureMetadata
final KotlinProjectStructureMetadata getProjectStructureMetadata()
-
getAllVisibleSourceSets
final Set<String> getAllVisibleSourceSets()
-
getUseFilesForSourceSets
final Map<String, Iterable<File>> getUseFilesForSourceSets()
If empty, then this source set does not see any 'new' source sets of the dependency, compared to its dependsOn parents, but it still does see all what the dependsOn parents see.
-
-
-
-