|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.ScriptOperator.PathFinder
public class ScriptOperator.PathFinder
Maps a relative pathname to an absolute pathname using the PATH enviroment.
| Constructor Summary | |
|---|---|
ScriptOperator.PathFinder(String envpath)
Construct a PathFinder object using the path from the specified system environment variable. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptOperator.PathFinder(String envpath)
| Method Detail |
|---|
public void prependPathComponent(String str)
public File getAbsolutePath(String filename)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||