ReadableRevFileRegistry

Read access for a revisioned file registry.

See also

Inheritors

Functions

Link copied to clipboard
abstract operator fun get(path: String): RevisionedFile?

Returns the revisioned file associated with the given path, or null if no such file exists.

Link copied to clipboard
abstract operator fun iterator(): Iterator<RevisionedFile>
Link copied to clipboard
abstract fun size(): Int

Returns the number of registered files.