|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fernsroth.squashfs.model.Manifest
public class Manifest
Constructor Summary | |
---|---|
Manifest()
|
Method Summary | |
---|---|
BaseFile |
find(java.lang.String filename)
|
java.lang.String |
getPath(BaseFile bf)
get the path to a file. |
Directory |
getRoot()
gets the root directory. |
void |
setRoot(Directory root)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Manifest()
Method Detail |
---|
public Directory getRoot()
public void setRoot(Directory root)
root
- the root to setpublic BaseFile find(java.lang.String filename)
filename
- the file name to find.
public java.lang.String getPath(BaseFile bf)
bf
- the file to find path to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |