Package net.xeoh.plugins.base.impl.loader

Examples of net.xeoh.plugins.base.impl.loader.FileLoader


        // Load the cache file path
        this.cachePath = this.configuration.getConfiguration(PluginManager.class, "cache.file");

        // Register loader
        this.pluginLoader.add(new InternalClasspathLoader(this));
        this.pluginLoader.add(new FileLoader(this));
        this.pluginLoader.add(new HTTPLoader(this));

        loadAdditionalPlugins();
        applyConfig();
    }
View Full Code Here

TOP

Related Classes of net.xeoh.plugins.base.impl.loader.FileLoader

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.