All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jetbrains.plugin.structure.ide.layout.LayoutComponentLoader.kt Maven / Gradle / Ivy

There is a newer version: 3.289
Show newest version
package com.jetbrains.plugin.structure.ide.layout

import com.jetbrains.plugin.structure.intellij.resources.ResourceResolver
import com.jetbrains.plugin.structure.intellij.version.IdeVersion
import java.nio.file.Path

internal fun interface LayoutComponentLoader {
  fun load(
    pluginArtifactPath: Path,
    descriptorName: String,
    resourceResolver: ResourceResolver,
    ideVersion: IdeVersion
  ): PluginWithArtifactPathResult
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy