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. factoriesMethods in com.sun.enterprise.module that return RepositoryFactory Modifier and Type Method Description RepositoryFactoryRepositoryFactories. getFactoryFor(java.lang.String type)Returns aRespositoryFactoryfactory instance capable of creatingRepositoryrepositories 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 registeredReposistoryFactoryMethods in com.sun.enterprise.module with parameters of type RepositoryFactory Modifier and Type Method Description voidRepositoryFactories. addRepositoryFactory(RepositoryFactory factory)Add a newRepositoryFactoryto the list of repository factories.
-