Powered by SmartDoc

Options

How to specify Options

Commandline

When specifying an option on the command line, a hyphen ("-") is required before the option to avoid confusion with another parameter.

When specifying a parameter for the option, a colon (":") is required after the option, and the parameter follows the colon.

For example, to specify the sax option, enter it as shown below:

Specifying Options
C:\tmp>relaxer -sax foo.rlx

Properties

Relaxer.properties is the property file for customizing behavior of Relaxer. It must be located in the root directory of the development environment. (The root directory here refers to the directory where Relaxer is running; not the system root directory.) The format within the file is as follows:

Specifying by properties
sax=true

Options

Relaxer has two kind of command options, generator and parameter. The generator option specifies a generator , and the parameter option specifies a parameter for the generator. Both options can be used in the command line, or in the Relaxer.properties file.