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