Uses of Class
com.sun.enterprise.module.RepositoryFactory

Packages that use RepositoryFactory
com.sun.enterprise.module   
 

Uses of RepositoryFactory in com.sun.enterprise.module
 

Methods in com.sun.enterprise.module that return RepositoryFactory
 RepositoryFactory RepositoryFactories.getFactoryFor(String type)
          Returns a RespositoryFactory factory instance capable of creating Repository repositories of the provided type
 

Methods in com.sun.enterprise.module that return types with arguments of type RepositoryFactory
 Iterator<RepositoryFactory> RepositoryFactories.getFactories()
          Returns an interator of registered ReposistoryFactory
 

Methods in com.sun.enterprise.module with parameters of type RepositoryFactory
 void RepositoryFactories.addRepositoryFactory(RepositoryFactory factory)
          Add a new RepositoryFactory to the list of repository factories.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.