Uses of Interface
de.bsommerfeld.jshepherd.core.PersistenceDelegateFactory
Packages that use PersistenceDelegateFactory
-
Uses of PersistenceDelegateFactory in de.bsommerfeld.jshepherd.core
Methods in de.bsommerfeld.jshepherd.core that return PersistenceDelegateFactoryModifier and TypeMethodDescriptionstatic PersistenceDelegateFactoryPersistenceDelegateFactoryRegistry.getFactory(String fileExtension) Gets the appropriate factory for the given file extension.Methods in de.bsommerfeld.jshepherd.core with parameters of type PersistenceDelegateFactoryModifier and TypeMethodDescriptionstatic voidPersistenceDelegateFactoryRegistry.registerFactory(PersistenceDelegateFactory factory) Registers a factory manually (useful for testing or dynamic registration).