main.kotlin.com.alexii.j2v8debugger.ScriptSourceProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of j2v8 Show documentation
Show all versions of j2v8 Show documentation
A cross-platform semantic rendering engine
package com.alexii.j2v8debugger
/** Redundant declaration of [ScriptSourceProvider] to ensure it exists on classpath at runtime */
public interface ScriptSourceProvider {
public val allScriptIds: Collection
public fun getSource(scriptId: String): String
}