Apex and Visualforce command-line syntax

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

sourceanalyzer -b <build_id> <files>

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

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