hudson.plugins.violations.parse
Class ParseUtil

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

public class ParseUtil
extends java.lang.Object


Constructor Summary
ParseUtil()
           
 
Method Summary
static java.lang.String resolveAbsoluteName(java.io.File projectPath, java.lang.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 java.lang.String resolveAbsoluteName(java.io.File projectPath,
                                                   java.lang.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. All Rights Reserved.