KSnip / com.github.nwillc.ksnip.model

Package com.github.nwillc.ksnip.model

Types

LagacySnippet

data class LagacySnippet

Data class supporting the legacy snippet format.

LegacyCategory

data class LegacyCategory

Data class supporting legacy Category format.

LegacyFile

data class LegacyFile

Data class supporting legacy snippet JSON persistence file format.

Preferences

data class Preferences

The preferences of the application. The defaultFile is the file the application will open on start.

Snippet

data class Snippet : Comparable<Snippet>

Data class representing a snippet. A snippet is comprised of a category, a title and its body.