Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Monospace text indicates file system paths or file names.
  • <Monospace text in angle brackets> indicates file system paths or file names that should be replaced according to your computer's configuration or your preference.
  • Bold monospace text indicates a command that you need to type on the command line or a system path or file name that needs to be replaced. Command line arguments for which you need to substitute a value are surrounded by angle brackets. For long commands you might see a caret symbol (^ Windows) or a backslash symbol (\ Linux) dividing lines of the command. This allows the command to be cut and pasted across multiple rows. An operating system icon is used to distinguish between the two.

For example,
java -cp <classpath> edu.mayo.uima.Class <arg1> <arg2>
Where:
<classpath> is the absolute path to the class being executed
<arg1> is an argument
<arg2> is another argument

Other conventions

Code Block
langhtml
Monospace text enclosed in a box of this style
indicates contents in a file.

...