Uses of Interface
io.github.qubitpi.athena.file.identifier.FileIdGenerator
Package
Description
-
Uses of FileIdGenerator in io.github.qubitpi.athena.application
Modifier and TypeMethodDescriptionprotected @NotNull FileIdGenerator
AbstractBinderFactory.buildFileIdGenerator()
Initializes service for generating file ID's. -
Uses of FileIdGenerator in io.github.qubitpi.athena.file.identifier
Modifier and TypeMethodDescriptionstatic @NotNull FileIdGenerator
FileIdGeneratorFactory.getInstance()
Returns a cached and fully initializedFileIdGenerator
object with the "MD5" as the default hashing algorithm. -
Uses of FileIdGenerator in io.github.qubitpi.athena.filestore.swift
ModifierConstructorDescriptionSwiftFileStore
(@NotNull org.javaswift.joss.model.Account account, @NotNull FileIdGenerator fileIdGenerator) DI constructor.