|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.uiuc.ndiipp.hubandspoke.utils.jhove.JhoveRawGenerator
public class JhoveRawGenerator
Does the work of creating raw Jhove metadata from a file.
| Constructor Summary | |
|---|---|
JhoveRawGenerator()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
processFileToString(java.lang.String filename)
Does the actual work of processing a file and producing Jhove metadata in the form of a String. |
org.w3c.dom.Document |
processFileToXML(java.lang.String filename)
Does the work of processing a file to an XML Document. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JhoveRawGenerator()
throws edu.harvard.hul.ois.jhove.JhoveException
edu.harvard.hul.ois.jhove.JhoveException| Method Detail |
|---|
public java.lang.String processFileToString(java.lang.String filename)
throws java.lang.Exception
filename - Path to the file to be analyzed
java.lang.Exception
public org.w3c.dom.Document processFileToXML(java.lang.String filename)
throws java.lang.Exception
filename - Path to the file to be analyzed
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||