Uses of Interface
cdc.args.Factory
-
Uses of Factory in cdc.args
Modifier and TypeClassDescriptionclassBase class for factory implementation.classAutoFactory<T>classSingleton<T>Implementation of Factory dedicated to singletons.Modifier and TypeMethodDescriptionstatic <T> Factory<T>Factories.getFactory(Class<T> cls) static <T> Factory<T>Factories.getFactory(Class<T> cls, cdc.util.lang.FailureReaction reaction) Returns the factory associated to a class.static <E> Factory<E>Factory.singleton(E object) Creates a Singleton factory with no (empty) meta data.static <E> Factory<E>Creates a Singleton factory.static <E> Factory<E>Creates a Singleton factory with no (empty) meta data.static <E> Factory<E>Creates a Singleton factory.