Uses of Class
com.blackhillsoftware.smf2json.cli.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
Modifier and TypeMethodDescriptionstatic Smf2JsonCLI
Smf2JsonCLI.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.