hudson.plugins.violations.types.cpplint
Class CppLintDescriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.cpplint.CppLintDescriptor
public final class CppLintDescriptor
- extends TypeDescriptor
The descriptor class for CppLint violations type.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final CppLintDescriptor DESCRIPTOR
- The descriptor for the CppLint violations type.
createParser
public ViolationsParser createParser()
- Create a parser for the CppLint type.
- Specified by:
createParser in class TypeDescriptor
- Returns:
- a new CppLint parser.
Copyright © 2004-2012 Hudson. All Rights Reserved.