org.rhq.enterprise.server.plugin.pc.content
Class RepoImportReport
java.lang.Object
org.rhq.enterprise.server.plugin.pc.content.RepoImportReport
public class RepoImportReport
- extends Object
Holds on to the repos and repo groups to be imported into the server through a RepoSource.
- Author:
- Jason Dobies
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepoImportReport
public RepoImportReport()
getRepos
public List<RepoDetails> getRepos()
addRepo
public void addRepo(RepoDetails repo)
addRepos
public void addRepos(Collection<RepoDetails> repos)
getRepoGroups
public List<RepoGroupDetails> getRepoGroups()
addRepoGroup
public void addRepoGroup(RepoGroupDetails repoGroup)
addRepoGroups
public void addRepoGroups(Collection<RepoGroupDetails> repoGroups)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.