Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Artifact(data: ByteBuf, val game: String, val environment: String, val build: CacheExporter.Build?, val timestamp: Instant?, val type: ArtifactType, val format: ArtifactFormat, val os: OperatingSystem, val arch: Architecture, val jvm: Jvm, val links: List<ArtifactLink>) : CacheImporter.Blob
Link copied to clipboard
Link copied to clipboard
data class ArtifactLink(val type: ArtifactType, val format: ArtifactFormat, val os: OperatingSystem, val arch: Architecture, val jvm: Jvm, val crc32: Int?, val sha1: ByteArray, val size: Int?)
Link copied to clipboard
Link copied to clipboard
class ClientCommand : NoOpCliktCommand
Link copied to clipboard
@Singleton
class ClientExporter @Inject constructor(database: Database)
Link copied to clipboard
@Singleton
class ClientImporter @Inject constructor(database: Database, alloc: ByteBufAllocator, packClassLibraryReader: PackClassLibraryReader, importer: CacheImporter)
Link copied to clipboard
class ExportCommand : CliktCommand
Link copied to clipboard
class ImportCommand : CliktCommand
Link copied to clipboard
enum Jvm : Enum<Jvm>
Link copied to clipboard
data class MachO(val architecture: Architecture, val symbols: Set<String>)
Link copied to clipboard
Link copied to clipboard
class RefreshCommand : CliktCommand