Package com.buschmais.jqassistant.core.plugin.impl

Examples of com.buschmais.jqassistant.core.plugin.impl.ReportPluginRepositoryImpl


     * @throws MojoExecutionException
     *             If the repository cannot be created.
     */
    protected ReportPluginRepository getReportPluginRepository(Map<String, Object> properties) throws MojoExecutionException {
        try {
            return new ReportPluginRepositoryImpl(pluginConfigurationReader, properties);
        } catch (PluginRepositoryException e) {
            throw new MojoExecutionException("Cannot create rule plugin repository.", e);
        }
    }
View Full Code Here

TOP

Related Classes of com.buschmais.jqassistant.core.plugin.impl.ReportPluginRepositoryImpl

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.