Uses of Interface
com.sun.enterprise.module.Repository
-
Packages that use Repository Package Description com.sun.enterprise.module com.sun.enterprise.module.common_impl com.sun.enterprise.module.impl -
-
Uses of Repository in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return Repository Modifier and Type Method Description abstract RepositoryRepositoryFactory. createRepository(Repository parent, java.lang.String name, java.net.URI source)Creates a newRepositorywith a parent (for delegating module resolutions) and a name.abstract RepositoryRepositoryFactory. createRepository(java.lang.String name, java.net.URI source)Creates a newRepository.RepositoryModulesRegistry. getRepository(java.lang.String name)Get a repository from the list of attached repositoriesMethods in com.sun.enterprise.module with parameters of type Repository Modifier and Type Method Description voidModulesRegistry. addRepository(Repository repository)Add a newRepositoryto this registry.voidModulesRegistry. addRepository(Repository repository, int weight)Add a newRepositoryto this registry.abstract RepositoryRepositoryFactory. createRepository(Repository parent, java.lang.String name, java.net.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 Repository Modifier and Type Class Description classAbstractRepositoryImplPartial implementation ofRepositorythat statically enumerates allModuleDefinitionupfront.classDirectoryBasedRepositoryThis class is a directory based repository implementation.Fields in com.sun.enterprise.module.common_impl with type parameters of type Repository Modifier and Type Field Description protected java.util.Map<java.lang.Integer,Repository>AbstractModulesRegistryImpl. repositoriesMethods in com.sun.enterprise.module.common_impl that return Repository Modifier and Type Method Description RepositoryAbstractModulesRegistryImpl. getRepository(java.lang.String name)Get a repository from the list of attached repositoriesMethods in com.sun.enterprise.module.common_impl with parameters of type Repository Modifier and Type Method Description voidAbstractModulesRegistryImpl. 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 Modifier and Type Class Description classCookedLibRepository
-