Jextract Store
abstract class JextractStore @Inject constructor(fileSystem: FileSystemOperations, archives: ArchiveOperations, execOperations: ExecOperations) : BuildService<JextractStore.Parameters> (source)
Constructors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RemoteInstallation(val resource: DownloadClient.Resource, val archive: Path, val installation: JextractStore.Installation)