org.jenkinsci.plugins.valgrind.util
Class ValgrindSourceFile

java.lang.Object
  extended by org.jenkinsci.plugins.valgrind.util.ValgrindSourceFile

public class ValgrindSourceFile
extends Object

Author:
Johannes Ohlemacher

Field Summary
static String SOURCE_DIRECTORY
           
 
Constructor Summary
ValgrindSourceFile(int linesBefore, int linesAfter, Map<String,String> sourceFileLookup, hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 String getSnippet(String fileName, Integer lineNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_DIRECTORY

public static final String SOURCE_DIRECTORY
See Also:
Constant Field Values
Constructor Detail

ValgrindSourceFile

public ValgrindSourceFile(int linesBefore,
                          int linesAfter,
                          Map<String,String> sourceFileLookup,
                          hudson.model.AbstractBuild<?,?> build)
Method Detail

getSnippet

public String getSnippet(String fileName,
                         Integer lineNumber)


Copyright © 2004-2012. All Rights Reserved.