public class StandardsExtractionExample extends Object
StandardsExtractingContentHandler
 to get a list of the standard references from every file in a directory.
 
 You can run this main method by running
 
 mvn exec:java -Dexec.mainClass="org.apache.tika.example.StandardsExtractionExample" -Dexec.args="/path/to/input"
 
 from the tika-example directory.
 
| Constructor and Description | 
|---|
| StandardsExtractionExample() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(String[] args) | 
| static void | process(Path path) | 
| static void | processFolder(Path folder) | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.