hudson.plugins.violations.parse
Class ParseUtil

java.lang.Object
  extended by hudson.plugins.violations.parse.ParseUtil

public class ParseUtil
extends Object


Constructor Summary
ParseUtil()
           
 
Method Summary
static String resolveAbsoluteName(File projectPath, String absoluteName)
          Resolve an absolute name agaist the project path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseUtil

public ParseUtil()
Method Detail

resolveAbsoluteName

public static String resolveAbsoluteName(File projectPath,
                                         String absoluteName)
Resolve an absolute name agaist the project path.

Parameters:
absoluteName - the absolute name.
Returns:
a path relative to the project path or an absolute name if the name cannot be resolved.


Copyright © 2004-2012 Hudson. All Rights Reserved.