Package org.apache.tika.batch.builders
Class CommandLineParserBuilder
- java.lang.Object
- 
- org.apache.tika.batch.builders.CommandLineParserBuilder
 
- 
 public class CommandLineParserBuilder extends Object Reads configurable options from a config file and returns org.apache.commons.cli.Options object to be used in commandline parser. This allows users and developers to set which options should be made available via the commandline.
- 
- 
Constructor SummaryConstructors Constructor Description CommandLineParserBuilder()
 
- 
- 
- 
Method Detail- 
buildpublic org.apache.commons.cli.Options build(InputStream is) throws IOException - Throws:
- IOException
 
 
- 
 
-