Uses of Interface
io.github.qubitpi.athena.filestore.FileStore
Packages that use FileStore
Package
Description
-
Uses of FileStore in io.github.qubitpi.athena.application
Methods in io.github.qubitpi.athena.application that return types with arguments of type FileStoreModifier and TypeMethodDescriptionAbstractBinderFactory.buildFileStore()
Registers file data storage. -
Uses of FileStore in io.github.qubitpi.athena.example.books.application
Methods in io.github.qubitpi.athena.example.books.application that return types with arguments of type FileStore -
Uses of FileStore in io.github.qubitpi.athena.filestore.swift
Classes in io.github.qubitpi.athena.filestore.swift that implement FileStore -
Uses of FileStore in io.github.qubitpi.athena.web.endpoints
Constructors in io.github.qubitpi.athena.web.endpoints with parameters of type FileStoreModifierConstructorDescriptionFileServlet
(@NotNull FileStore fileStore, @NotNull MetaStore metaStore) DI constructor.