Uses of Interface
io.github.qubitpi.athena.file.identifier.FileIdGenerator
Packages that use FileIdGenerator
Package
Description
-
Uses of FileIdGenerator in io.github.qubitpi.athena.application
Methods in io.github.qubitpi.athena.application that return FileIdGeneratorModifier and TypeMethodDescriptionprotected @NotNull FileIdGenerator
AbstractBinderFactory.buildFileIdGenerator()
Initializes service for generating file ID's. -
Uses of FileIdGenerator in io.github.qubitpi.athena.file.identifier
Methods in io.github.qubitpi.athena.file.identifier that return FileIdGeneratorModifier 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
Constructors in io.github.qubitpi.athena.filestore.swift with parameters of type FileIdGeneratorModifierConstructorDescriptionSwiftFileStore
(@NotNull org.javaswift.joss.model.Account account, @NotNull FileIdGenerator fileIdGenerator) DI constructor.