Uses of Interface
com.sun.enterprise.module.Repository

Packages that use Repository
com.sun.enterprise.module   
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.impl   
com.sun.enterprise.module.maven   
com.sun.enterprise.tools.verifier.hk2   
org.jvnet.hk2.osgiadapter   
 

Uses of Repository in com.sun.enterprise.module
 

Methods in com.sun.enterprise.module that return Repository
abstract  Repository RepositoryFactory.createRepository(Repository parent, String name, URI source)
          Creates a new Repository with a parent (for delegating module resolutions) and a name.
abstract  Repository RepositoryFactory.createRepository(String name, URI source)
          Creates a new Repository.
 Repository ModulesRegistry.getRepository(String name)
          Get a repository from the list of attached repositories
 

Methods in com.sun.enterprise.module with parameters of type Repository
 void ModulesRegistry.addRepository(Repository repository)
          Add a new Repository to this registry.
 void ModulesRegistry.addRepository(Repository repository, int weight)
          Add a new Repository to this registry.
abstract  Repository RepositoryFactory.createRepository(Repository parent, String name, URI source)
          Creates a new Repository 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
 class AbstractRepositoryImpl
          Partial implementation of Repository that statically enumerates all ModuleDefinition 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
protected  Map<Integer,Repository> AbstractModulesRegistryImpl.repositories
           
 

Methods in com.sun.enterprise.module.common_impl that return Repository
 Repository AbstractModulesRegistryImpl.getRepository(String name)
          Get a repository from the list of attached repositories
 

Methods in com.sun.enterprise.module.common_impl with parameters of type Repository
 void AbstractModulesRegistryImpl.addRepository(Repository repository)
          Add a new Repository to this registry.
 void AbstractModulesRegistryImpl.addRepository(Repository repository, int weight)
          Add a new Repository to this registry.
 

Uses of Repository in com.sun.enterprise.module.impl
 

Classes in com.sun.enterprise.module.impl that implement Repository
 class CookedLibRepository
           
 

Uses of Repository in com.sun.enterprise.module.maven
 

Classes in com.sun.enterprise.module.maven that implement Repository
 class MavenProjectRepository
          Repository implementation that loads modules from the transitive dependencies set in a MavenProject.
 

Uses of Repository in com.sun.enterprise.tools.verifier.hk2
 

Constructors in com.sun.enterprise.tools.verifier.hk2 with parameters of type Repository
ModuleDependencyAnalyser(ModuleDefinition moduleDef, Repository moduleRepository)
          Create a new analyser.
PackageAnalyser(Repository moduleRepository)
           
PackageAnalyser(Repository repo, Logger logger)
           
 

Uses of Repository in org.jvnet.hk2.osgiadapter
 

Classes in org.jvnet.hk2.osgiadapter that implement Repository
 class OSGiDirectoryBasedRepository
          Only OSGi bundles are recognized as modules.
 class OSGiObrBasedRepository
           
 

Methods in org.jvnet.hk2.osgiadapter with parameters of type Repository
 void OSGiObrModulesRegistryImpl.addRepository(Repository repository)
           
 void OSGiObrModulesRegistryImpl.addRepository(Repository repository, int weight)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.