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