org.sonar.plugins.findbugs
Class FindbugsAntConverter

java.lang.Object
  extended by org.sonar.plugins.findbugs.FindbugsAntConverter

public final class FindbugsAntConverter
extends Object


Method Summary
static String antToJavaRegexpConvertor(String exclusion)
          Convert the exclusion ant pattern to a java regexp accepted by findbugs exclusion file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

antToJavaRegexpConvertor

public static String antToJavaRegexpConvertor(String exclusion)
Convert the exclusion ant pattern to a java regexp accepted by findbugs exclusion file

Parameters:
exclusion - ant pattern to convert
Returns:
Exclusion pattern for findbugs


Copyright © 2009-2011 SonarSource. All Rights Reserved.