Package org.rhq.core.pc.plugin

Examples of org.rhq.core.pc.plugin.PluginFinder


     * Returns the instance of <code>PluginFinder</code> for the container to use to locate all plugins to be loaded.
     *
     * @return <code>PluginFinder</code> instance.
     */
    public PluginFinder getPluginFinder() {
        PluginFinder pluginFinder = (PluginFinder) configuration.get(PLUGIN_FINDER_PROP);
        return pluginFinder;
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.pc.plugin.PluginFinder

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.