-
- All Implemented Interfaces:
-
java.io.Serializable
public final class KotlinProjectStructureMetadata implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinProjectStructureMetadata.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, Set<String>>sourceSetNamesByVariantNameprivate final Map<String, Set<String>>sourceSetsDependsOnRelationprivate final Map<String, SourceSetMetadataLayout>sourceSetBinaryLayoutprivate final Map<String, Set<ModuleDependencyIdentifier>>sourceSetModuleDependenciesprivate final Map<String, String>sourceSetCInteropMetadataDirectoryprivate final Set<String>hostSpecificSourceSetsprivate final BooleanisPublishedAsRootprivate final StringformatVersion
-
Constructor Summary
Constructors Constructor Description KotlinProjectStructureMetadata(Map<String, Set<String>> sourceSetNamesByVariantName, Map<String, Set<String>> sourceSetsDependsOnRelation, Map<String, SourceSetMetadataLayout> sourceSetBinaryLayout, Map<String, Set<ModuleDependencyIdentifier>> sourceSetModuleDependencies, Map<String, String> sourceSetCInteropMetadataDirectory, Set<String> hostSpecificSourceSets, Boolean isPublishedAsRoot, String formatVersion)
-
Method Summary
Modifier and Type Method Description final Map<String, Set<String>>getSourceSetNamesByVariantName()final Map<String, Set<String>>getSourceSetsDependsOnRelation()final Map<String, SourceSetMetadataLayout>getSourceSetBinaryLayout()final Map<String, Set<ModuleDependencyIdentifier>>getSourceSetModuleDependencies()final Map<String, String>getSourceSetCInteropMetadataDirectory()final Set<String>getHostSpecificSourceSets()final BooleangetIsPublishedAsRoot()final StringgetFormatVersion()-
-
Constructor Detail
-
KotlinProjectStructureMetadata
KotlinProjectStructureMetadata(Map<String, Set<String>> sourceSetNamesByVariantName, Map<String, Set<String>> sourceSetsDependsOnRelation, Map<String, SourceSetMetadataLayout> sourceSetBinaryLayout, Map<String, Set<ModuleDependencyIdentifier>> sourceSetModuleDependencies, Map<String, String> sourceSetCInteropMetadataDirectory, Set<String> hostSpecificSourceSets, Boolean isPublishedAsRoot, String formatVersion)
-
-
Method Detail
-
getSourceSetNamesByVariantName
final Map<String, Set<String>> getSourceSetNamesByVariantName()
-
getSourceSetsDependsOnRelation
final Map<String, Set<String>> getSourceSetsDependsOnRelation()
-
getSourceSetBinaryLayout
final Map<String, SourceSetMetadataLayout> getSourceSetBinaryLayout()
-
getSourceSetModuleDependencies
final Map<String, Set<ModuleDependencyIdentifier>> getSourceSetModuleDependencies()
-
getSourceSetCInteropMetadataDirectory
final Map<String, String> getSourceSetCInteropMetadataDirectory()
-
getHostSpecificSourceSets
final Set<String> getHostSpecificSourceSets()
-
getIsPublishedAsRoot
@Input() final Boolean getIsPublishedAsRoot()
-
getFormatVersion
final String getFormatVersion()
-
-
-
-