Uses of Class
com.blackhillsoftware.smf2json.cli.Smf2JsonCLI
Packages that use Smf2JsonCLI
Package
Description
This package provides a command line program framework for writing
JSON data from SMF record input - see class
Smf2JsonCLI for usage information.-
Uses of Smf2JsonCLI in com.blackhillsoftware.smf2json.cli
Methods in com.blackhillsoftware.smf2json.cli that return Smf2JsonCLIModifier and TypeMethodDescriptionstatic Smf2JsonCLISmf2JsonCLI.create()Create a new instance of Smf2JsonCLISmf2JsonCLI.description(String description) Set the description used in the usage statement headerSmf2JsonCLI.includeRecords(int smfType) Include a specific record type.Smf2JsonCLI.includeRecords(int smfType, int subType) Include a specific record type/subtype.Smf2JsonCLI.processRecordIsThreadSafe(boolean isThreadSafe) Specify that the suppliedSmf2JsonCLI.Client.processRecord(SmfRecord)function is thread safe.