public class ScriptOperator.PathFinder
extends java.lang.Object
Constructor and Description |
---|
PathFinder(java.lang.String envpath)
Construct a PathFinder object using the path from the specified system
environment variable.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getAbsolutePath(java.lang.String filename)
Returns the full path name of this file if it is listed in the path.
|
void |
prependPathComponent(java.lang.String str)
Appends the specified component to the path list.
|
Copyright © 2012 The Apache Software Foundation