hudson.plugins.violations.util
Class AbsoluteFileFinder
java.lang.Object
hudson.plugins.violations.util.AbsoluteFileFinder
public class AbsoluteFileFinder
- extends Object
Class that helps finding a file from a list of source paths.
Type parsers can use this to find the absolute file path for a relative
file name.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbsoluteFileFinder
public AbsoluteFileFinder()
addSourcePath
public void addSourcePath(String path)
addSourcePaths
public void addSourcePaths(String[] paths)
getFileForName
public File getFileForName(String name)
Copyright © 2004-2012 Hudson. All Rights Reserved.