|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.sysroot.SysRoot
public class SysRoot
Map from a Task's executable to its special root directory.
| Constructor Summary | |
|---|---|
SysRoot(File path)
|
|
SysRoot(String string)
|
|
| Method Summary | |
|---|---|
String |
getLibPathViaSysRoot()
return a pathname of an executable. |
SysRootFile |
getPathViaSysRoot(String pathname)
return a pathname of an executable. |
SysRootFile |
getSourcePathViaSysRoot(File compilationDir,
File f)
return a pathname of an executable's source. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SysRoot(File path)
public SysRoot(String string)
| Method Detail |
|---|
public SysRootFile getPathViaSysRoot(String pathname)
pathname - is the executable.
public SysRootFile getSourcePathViaSysRoot(File compilationDir,
File f)
pathname - is the executable's compilation directory.file - this executable's source name.
public String getLibPathViaSysRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||