Service

interface Service : Closeable

Base interface to be implemented by all publication services.

Inheritors

Types

Link copied to clipboard
class Context(val manifest: Manifest, val container: Container<Resource>, val services: PublicationServicesHolder)

Container for the context from which a service is created.

Functions

Link copied to clipboard
open override fun close()

Closes any opened file handles, removes temporary files, etc.