Uses of Class
org.apache.maven.plugin.assembly.model.Repository

Packages that use Repository
org.apache.maven.plugin.assembly.archive.phase.wrappers   
org.apache.maven.plugin.assembly.model   
 

Uses of Repository in org.apache.maven.plugin.assembly.archive.phase.wrappers
 

Constructors in org.apache.maven.plugin.assembly.archive.phase.wrappers with parameters of type Repository
RepoInfoWrapper(Repository repo)
           
 

Uses of Repository in org.apache.maven.plugin.assembly.model
 

Methods in org.apache.maven.plugin.assembly.model that return types with arguments of type Repository
 List<Repository> Component.getRepositories()
          Method getRepositories.
 List<Repository> Assembly.getRepositories()
          Method getRepositories.
 

Methods in org.apache.maven.plugin.assembly.model with parameters of type Repository
 void Component.addRepository(Repository repository)
          Method addRepository.
 void Assembly.addRepository(Repository repository)
          Method addRepository.
 void Component.removeRepository(Repository repository)
          Method removeRepository.
 void Assembly.removeRepository(Repository repository)
          Method removeRepository.
 

Method parameters in org.apache.maven.plugin.assembly.model with type arguments of type Repository
 void Component.setRepositories(List<Repository> repositories)
          Set specifies a set of repositories to include in the assembly.
 void Assembly.setRepositories(List<Repository> repositories)
          Set specifies which repository files to include in the assembly.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.