hudson.plugins.dimensionsscm
Class PathUtils

java.lang.Object
  extended by hudson.plugins.dimensionsscm.PathUtils
All Implemented Interfaces:
java.io.Serializable

public class PathUtils
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
           
 
Constructor Summary
PathUtils()
           
 
Method Summary
static java.io.File getExecutable(java.lang.String exeName)
          Utility routine to look for an executable in the path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PathUtils

public PathUtils()
Method Detail

getExecutable

public static java.io.File getExecutable(java.lang.String exeName)
Utility routine to look for an executable in the path

Parameters:
exeName -
Returns:
File


Copyright © 2010. All Rights Reserved.