com.fernsroth.squashfs.model
Class SFSSourceFile

java.lang.Object
  extended by com.fernsroth.squashfs.model.BaseFile
      extended by com.fernsroth.squashfs.model.SFSFile
          extended by com.fernsroth.squashfs.model.SFSSourceFile

public class SFSSourceFile
extends SFSFile

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
SFSSourceFile(java.lang.String name, int mode, long time, long guid, long uid, java.io.File sourceFile)
           
 
Method Summary
 java.io.File getSourceFile()
           
 
Methods inherited from class com.fernsroth.squashfs.model.BaseFile
getGuid, getMode, getMTime, getName, getUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFSSourceFile

public SFSSourceFile(java.lang.String name,
                     int mode,
                     long time,
                     long guid,
                     long uid,
                     java.io.File sourceFile)
Parameters:
name -
mode -
time -
guid -
uid -
sourceFile -
Method Detail

getSourceFile

public java.io.File getSourceFile()
Returns:
the sourceFile


Copyright © 2006 null. All Rights Reserved.