Package org.rhq.enterprise.server.plugin.pc.content

Examples of org.rhq.enterprise.server.plugin.pc.content.RepoSource


        }

        progress.append(new Date()).append(": ");
        progress.append("Asking content source for new repositories to import...\n");

        RepoSource repoSource = (RepoSource) provider;

        long start = System.currentTimeMillis();

        // Call to the plugin
        RepoImportReport report = repoSource.importRepos();

        Subject overlord = subjectManager.getOverlord();
        repoManager.processRepoImportReport(overlord, report, source.getId(), progress);

        log.info("importRepos: [" + source.getName() + "]: report has been merged ("
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.plugin.pc.content.RepoSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.