frysk.sysroot
Class SysRootFile

java.lang.Object
  extended by frysk.sysroot.SysRootFile

public class SysRootFile
extends Object


Field Summary
private  File file
           
private  File sysRoot
           
 
Constructor Summary
SysRootFile(File sysRoot, File file)
           
 
Method Summary
 File getFile()
          Get the file within the SysRoot for this SysRoot File.
(package private)  String getPath()
          Get the file within the SysRoot for this SysRoot File.
 File getSysRoot()
          Get the root directory for this SysRoot File.
 File getSysRootedFile()
          Get the absolute file, including the SysRoot, for this SysRoot File.
 String getSysRootedPath()
          Get the absolute path, including the SysRoot, for this SysRoot File.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sysRoot

private File sysRoot

file

private File file
Constructor Detail

SysRootFile

public SysRootFile(File sysRoot,
                   File file)
Method Detail

getSysRoot

public File getSysRoot()
Get the root directory for this SysRoot File.

Returns:
the root directory

getFile

public File getFile()
Get the file within the SysRoot for this SysRoot File.

Returns:
the file.

getPath

String getPath()
Get the file within the SysRoot for this SysRoot File.

Returns:
the file.

getSysRootedFile

public File getSysRootedFile()
Get the absolute file, including the SysRoot, for this SysRoot File.

Returns:
the absolute file.

getSysRootedPath

public String getSysRootedPath()
Get the absolute path, including the SysRoot, for this SysRoot File.

Returns:
the absolute path.