com.jetbrains.plugin.structure.base.utils.UriUtils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-base Show documentation
Show all versions of structure-base Show documentation
Base library for parsing JetBrains plugins. Used by other JetBrains Plugins structure libraries.
package com.jetbrains.plugin.structure.base.utils
import java.net.URI
fun URI.withSuperScheme(superScheme: String) = URI("$superScheme:$this")