Extract Metadata for File Filtering
To extract metadata for file filtering
- Optionally, set the input source using the
setInputSource(java.lang.String inFile)
method of theFilter
object. - If the input source was set in step 1, call the
getSummaryInfo()
method of theFilter
object to retrieve an object of theSummaryInfo
class. Otherwise, call thegetSummaryInfo(java.lang.String inFile)
method. - Use the methods of the
SummaryInfo
object to retrieve the metadata information.