Conventions used
There are number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “The backup and restore process is simple via rtfctl
."
A block of code is set as follows:
<plugin>
<groupId>org.mule.tools.maven</groupId>
<artifactId>mule-maven-plugin</artifactId>
<version>3.8.6</version>
<extensions>true</extensions>
<configuration>
<standaloneDeployment>
<muleHome>${mule.home }</muleHome>
<muleVersion>${app.runtime}</muleVersion>
</standaloneDeployment>
</configuration>
</plugin>
Any command-line input or output is written as follows:
./rtfctl backup <path_to_store_backup>
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Checking specifically for Design Architecture & Implementation, as shown in Figure 3.1, we find a playbook step that may be helpful.
Tips or important notes
Appear like this.