org.sonar.batch.issue.ignore.pattern
Class PatternDecoder

java.lang.Object
  extended by org.sonar.batch.issue.ignore.pattern.PatternDecoder

public class PatternDecoder
extends Object


Constructor Summary
PatternDecoder()
           
 
Method Summary
 List<IssuePattern> decode(String patternsList)
           
 IssuePattern decodeLine(String line)
          Main method that decodes a line which defines a pattern
static void decodeRangeOfLines(IssuePattern pattern, String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternDecoder

public PatternDecoder()
Method Detail

decode

public List<IssuePattern> decode(String patternsList)

decodeLine

public IssuePattern decodeLine(String line)
Main method that decodes a line which defines a pattern


decodeRangeOfLines

public static void decodeRangeOfLines(IssuePattern pattern,
                                      String field)


Copyright © 2009–2015 SonarSource. All rights reserved.