Package com.adobe.ac.pmd.metrics.maven.utils

Examples of com.adobe.ac.pmd.metrics.maven.utils.NcssExecuter


               + sourceDirectory );
         getLog().debug( "Calling NCSSExecuter with output : "
               + buildOutputFile() );
      }
      // run javaNCss and produce an temp xml file
      new NcssExecuter( sourceDirectory, buildOutputFile(), mxmlFactor ).execute();
      if ( !isTempReportGenerated() )
      {
         throw new MavenReportException( "Can't process temp ncss xml file." );
      }
      // parse the freshly generated file and write the report
View Full Code Here

TOP

Related Classes of com.adobe.ac.pmd.metrics.maven.utils.NcssExecuter

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.