Uses of Interface
software.xdev.tci.factory.TCIFactory
Packages that use TCIFactory
Package
Description
-
Uses of TCIFactory in software.xdev.tci.factory
Classes in software.xdev.tci.factory that implement TCIFactoryModifier and TypeClassDescriptionclassBaseTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> -
Uses of TCIFactory in software.xdev.tci.factory.ondemand
Classes in software.xdev.tci.factory.ondemand that implement TCIFactoryModifier and TypeClassDescriptionclassOnDemandTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A simple implementation ofTCIFactory. -
Uses of TCIFactory in software.xdev.tci.factory.prestart
Classes in software.xdev.tci.factory.prestart that implement TCIFactoryModifier and TypeClassDescriptionclassPreStartableTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A PreStarting-able implementation ofTCIFactory. -
Uses of TCIFactory in software.xdev.tci.factory.registry
Fields in software.xdev.tci.factory.registry with type parameters of type TCIFactoryModifier and TypeFieldDescriptionprotected final Set<TCIFactory<?,?>> DefaultTCIFactoryRegistry.factoriesMethods in software.xdev.tci.factory.registry that return types with arguments of type TCIFactoryModifier and TypeMethodDescriptionSet<TCIFactory<?,?>> DefaultTCIFactoryRegistry.getFactories()Set<TCIFactory<?,?>> TCIFactoryRegistry.getFactories()Map<TCIFactory<?,?>, Set<TCI<?>>> DefaultTCIFactoryRegistry.getReturnedAndInUse()Map<TCIFactory<?,?>, Set<TCI<?>>> TCIFactoryRegistry.getReturnedAndInUse()Methods in software.xdev.tci.factory.registry with parameters of type TCIFactoryModifier and TypeMethodDescriptionvoidDefaultTCIFactoryRegistry.register(TCIFactory<?, ?> tciFactory) voidTCIFactoryRegistry.register(TCIFactory<?, ?> tciFactory) voidDefaultTCIFactoryRegistry.unRegister(TCIFactory<?, ?> tciFactory) voidTCIFactoryRegistry.unRegister(TCIFactory<?, ?> tciFactory)