Package com.lewisd.maven.lint

Examples of com.lewisd.maven.lint.CachingModelFactory


        ruleInvoker = getRuleInvokerWithPom(filename);
    }

    protected RuleInvoker getRuleInvokerWithPom(String filename) throws IOException, XmlPullParserException {
        MavenProject mavenProject = MavenProjectUtil.getMavenProjectFromPOM(filename);
        return new RuleInvoker(mavenProject, new CachingModelFactory());
    }
View Full Code Here

TOP

Related Classes of com.lewisd.maven.lint.CachingModelFactory

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.