frysk.sysroot
Class SysRootFile

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

public class SysRootFile
extends Object


Constructor Summary
SysRootFile(File sysRoot, File file)
           
 
Method Summary
 File getFile()
          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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

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.