Uses of Class
com.sun.enterprise.module.RepositoryFactory
Packages that use RepositoryFactory
-
Uses of RepositoryFactory in com.sun.enterprise.module
Fields in com.sun.enterprise.module with type parameters of type RepositoryFactoryModifier and TypeFieldDescriptionprivate ArrayList
<RepositoryFactory> RepositoryFactories.factories
Methods in com.sun.enterprise.module that return RepositoryFactoryModifier and TypeMethodDescriptionRepositoryFactories.getFactoryFor
(String type) Returns aRespositoryFactory
factory instance capable of creatingRepository
repositories of the provided typeMethods in com.sun.enterprise.module that return types with arguments of type RepositoryFactoryModifier and TypeMethodDescriptionRepositoryFactories.getFactories()
Returns an interator of registeredReposistoryFactory
Methods in com.sun.enterprise.module with parameters of type RepositoryFactoryModifier and TypeMethodDescriptionvoid
RepositoryFactories.addRepositoryFactory
(RepositoryFactory factory) Add a newRepositoryFactory
to the list of repository factories.