org.sonar.batch.issue.ignore.pattern
Class PatternDecoder
java.lang.Object
org.sonar.batch.issue.ignore.pattern.PatternDecoder
public class PatternDecoder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternDecoder
public PatternDecoder()
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.