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 Repository
RepositoryFactory. createRepository(Repository parent, String name, URI source)
Creates a newRepository
with a parent (for delegating module resolutions) and a name.abstract Repository
RepositoryFactory. createRepository(String name, URI source)
Creates a newRepository
.Repository
ModulesRegistry. getRepository(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 void
ModulesRegistry. addRepository(Repository repository)
Add a newRepository
to this registry.void
ModulesRegistry. addRepository(Repository repository, int weight)
Add a newRepository
to this registry.abstract Repository
RepositoryFactory. createRepository(Repository parent, String name, URI source)
Creates a newRepository
with 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 class
AbstractRepositoryImpl
Partial implementation ofRepository
that statically enumerates allModuleDefinition
upfront.class
DirectoryBasedRepository
This 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 Map<Integer,Repository>
AbstractModulesRegistryImpl. repositories
Methods in com.sun.enterprise.module.common_impl that return Repository Modifier and Type Method Description Repository
AbstractModulesRegistryImpl. getRepository(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 void
AbstractModulesRegistryImpl. addRepository(Repository repository)
Add a newRepository
to this registry.void
AbstractModulesRegistryImpl. addRepository(Repository repository, int weight)
Add a newRepository
to 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 class
CookedLibRepository
-