Uses of Interface
com.sun.enterprise.module.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return RepositoryModifier and TypeMethodDescriptionabstract RepositoryRepositoryFactory.createRepository(Repository parent, String name, URI source) Creates a newRepositorywith a parent (for delegating module resolutions) and a name.abstract RepositoryRepositoryFactory.createRepository(String name, URI source) Creates a newRepository.ModulesRegistry.getRepository(String name) Get a repository from the list of attached repositoriesMethods in com.sun.enterprise.module with parameters of type RepositoryModifier and TypeMethodDescriptionvoidModulesRegistry.addRepository(Repository repository) Add a newRepositoryto this registry.voidModulesRegistry.addRepository(Repository repository, int weight) Add a newRepositoryto this registry.abstract RepositoryRepositoryFactory.createRepository(Repository parent, String name, URI source) Creates a newRepositorywith a parent (for delegating module resolutions) and a name. -
Uses of Repository in com.sun.enterprise.module.common_impl
Classes in com.sun.enterprise.module.common_impl that implement RepositoryModifier and TypeClassDescriptionclassPartial implementation ofRepositorythat statically enumerates allModuleDefinitionupfront.classThis class is a directory based repository implementation.Fields in com.sun.enterprise.module.common_impl with type parameters of type RepositoryModifier and TypeFieldDescriptionprotected final Map<Integer,Repository> AbstractModulesRegistryImpl.repositoriesMethods in com.sun.enterprise.module.common_impl that return RepositoryModifier and TypeMethodDescriptionAbstractModulesRegistryImpl.getRepository(String name) Get a repository from the list of attached repositoriesMethods in com.sun.enterprise.module.common_impl with parameters of type RepositoryModifier and TypeMethodDescriptionvoidAbstractModulesRegistryImpl.addRepository(Repository repository) Add a newRepositoryto this registry.voidAbstractModulesRegistryImpl.addRepository(Repository repository, int weight) Add a newRepositoryto this registry. -
Uses of Repository in com.sun.enterprise.module.impl
Classes in com.sun.enterprise.module.impl that implement Repository