Kwtoolstoreservice

The kwtoolstoreservice is used to set up, start and stop a standalone analysis tool store. For more information on setting up the analysis tool store, see Use the analysis tool store.

In order to use some of the following command options, you may need to have a specific permission level. See Enabling access to Klocwork projects for more information.

Usage

kwtoolstoreservice <subcommand> [options] 

where

  • <subcommand> is any of the kwtoolstoreservice subcommands covered in subsequent sections
  • [options] are any of the options for the specified subcommand

You can also specify an arguments file for kwtoolstoreservice or for kwtoolstoreservice subcommands:

kwtoolstoreservice @<arguments_file>

You can create an arguments file to specify your command line arguments. Each argument must be specified on a separate line. (If the arguments file contains multibyte characters, the file must be UTF-8 encoded.)

Example

kwtoolstoreservice setup
kwtoolstoreservice start
kwtoolstoreservice stop
Subcommands and options Description
@<arguments_file> specifies a text file containing subcommands and options. Allows a very long command line.
setup initialize the Analysis Tool Store
start start the Analysis Tool Store server
stop stop the Analysis Tool Store server