hudson.plugins.violations.util
Class AbsoluteFileFinder

java.lang.Object
  extended by hudson.plugins.violations.util.AbsoluteFileFinder

public class AbsoluteFileFinder
extends java.lang.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.


Constructor Summary
AbsoluteFileFinder()
           
 
Method Summary
 void addSourcePath(java.lang.String path)
           
 void addSourcePaths(java.lang.String[] paths)
           
 java.io.File getFileForName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteFileFinder

public AbsoluteFileFinder()
Method Detail

addSourcePath

public void addSourcePath(java.lang.String path)

addSourcePaths

public void addSourcePaths(java.lang.String[] paths)

getFileForName

public java.io.File getFileForName(java.lang.String name)


Copyright © 2004-2012. All Rights Reserved.