Apex and Visualforce Command-Line Syntax

The basic command-line syntax to translate Apex and Visualforce code is:

sourceanalyzer -b <build_id> -apex <files>

where <files> is an Apex or Visualforce file or a path to the source files.

Important! Supported file extensions for the source code files are: .cls, .component, .trigger, .object, and .page.

For descriptions of all the Apex- and Visualforce-specific command-line options, see Apex and Visualforce Command-Line Options.