-
- All Implemented Interfaces:
public class GlobalProjectStructureMetadataStorage
-
-
Field Summary
Fields Modifier and Type Field Description public final static GlobalProjectStructureMetadataStorageINSTANCE
-
Method Summary
Modifier and Type Method Description final StringpropertyName(String buildName, String projectPath)final UnitregisterProjectStructureMetadata(Project project, Function0<KotlinProjectStructureMetadata> metadataProvider)final KotlinProjectStructureMetadatagetProjectStructureMetadata(Project project, String otherBuildName, String otherProjectPath)-
-
Method Detail
-
propertyName
final String propertyName(String buildName, String projectPath)
-
registerProjectStructureMetadata
final Unit registerProjectStructureMetadata(Project project, Function0<KotlinProjectStructureMetadata> metadataProvider)
-
getProjectStructureMetadata
final KotlinProjectStructureMetadata getProjectStructureMetadata(Project project, String otherBuildName, String otherProjectPath)
-
-
-
-