Uses of Interface
de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageInfo
Packages that use AbstractLocalStorageInfo
Package
Description
-
Uses of AbstractLocalStorageInfo in de.frachtwerk.essencium.storage.generic.model
Methods in de.frachtwerk.essencium.storage.generic.model with parameters of type AbstractLocalStorageInfoModifier and TypeMethodDescriptionStorageInfoVisitor.Empty.visit(AbstractLocalStorageInfo<F, ID, S> info) StorageInfoVisitor.visit(AbstractLocalStorageInfo<F, ID, S> info) Method parameters in de.frachtwerk.essencium.storage.generic.model with type arguments of type AbstractLocalStorageInfoModifier and TypeMethodDescriptionstatic <T,F extends AbstractFile<F, ID, S>, ID extends Serializable, S extends AbstractStorageInfo<F, ID, S>>
StorageInfoVisitor<T,F, ID, S> StorageInfoVisitor.local(Function<AbstractLocalStorageInfo<F, ID, S>, T> visitor) -
Uses of AbstractLocalStorageInfo in de.frachtwerk.essencium.storage.generic.provider.local
Methods in de.frachtwerk.essencium.storage.generic.provider.local with type parameters of type AbstractLocalStorageInfoModifier and TypeMethodDescriptionprotected abstract <SI extends AbstractLocalStorageInfo<F,ID, S>>
SIAbstractLocalStorageService.getNewLocalStorageInfo(F file, String path) -
Uses of AbstractLocalStorageInfo in de.frachtwerk.essencium.storage.impl.identity.provider.local
Classes in de.frachtwerk.essencium.storage.impl.identity.provider.local that implement AbstractLocalStorageInfoMethods in de.frachtwerk.essencium.storage.impl.identity.provider.local that return AbstractLocalStorageInfoModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(IdentityFile file, String path) -
Uses of AbstractLocalStorageInfo in de.frachtwerk.essencium.storage.impl.sequence.provider.local
Classes in de.frachtwerk.essencium.storage.impl.sequence.provider.local that implement AbstractLocalStorageInfoMethods in de.frachtwerk.essencium.storage.impl.sequence.provider.local that return AbstractLocalStorageInfoModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(SequenceFile file, String path) -
Uses of AbstractLocalStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.provider.local
Classes in de.frachtwerk.essencium.storage.impl.uuid.provider.local that implement AbstractLocalStorageInfoMethods in de.frachtwerk.essencium.storage.impl.uuid.provider.local that return AbstractLocalStorageInfoModifier and TypeMethodDescriptionprotected AbstractLocalStorageInfo<UUIDFile,UUID, UUIDStorageInfo> LocalStorageService.getNewLocalStorageInfo(UUIDFile file, String path)