Uses of Class
com.sun.enterprise.module.RepositoryFactory
-
Packages that use RepositoryFactory Package Description com.sun.enterprise.module -
-
Uses of RepositoryFactory in com.sun.enterprise.module
Fields in com.sun.enterprise.module with type parameters of type RepositoryFactory Modifier and Type Field Description private java.util.ArrayList<RepositoryFactory>
RepositoryFactories. factories
Methods in com.sun.enterprise.module that return RepositoryFactory Modifier and Type Method Description RepositoryFactory
RepositoryFactories. getFactoryFor(java.lang.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 RepositoryFactory Modifier and Type Method Description java.util.Iterator<RepositoryFactory>
RepositoryFactories. getFactories()
Returns an interator of registeredReposistoryFactory
Methods in com.sun.enterprise.module with parameters of type RepositoryFactory Modifier and Type Method Description void
RepositoryFactories. addRepositoryFactory(RepositoryFactory factory)
Add a newRepositoryFactory
to the list of repository factories.
-