-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MTA-2257: Diverging MTA and MTR documentation
Signed-off-by: Andy Arnold <anarnold@redhat.com>
- Loading branch information
1 parent
8e246ee
commit f1cdd95
Showing
55 changed files
with
2,320 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * docs/cli-guide/master.adoc | ||
|
||
:_content-type: CONCEPT | ||
[id="about-cli-guide_{context}"] | ||
= About the {UserCLIBookName} | ||
|
||
This guide is for engineers, consultants, and others who want to use the {ProductName} ({ProductShortName}) to migrate Java applications or other components. It describes how to install and run the {CLIName}, review the generated reports, and take advantage of additional features. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * docs/cli-guide/master.adoc | ||
// * docs/getting-started-guide/master.adoc | ||
|
||
:_content-type: CONCEPT | ||
[id="about-cli_{context}"] | ||
= About the {CLINameTitle} | ||
|
||
The {CLIName} is a command-line tool in the {ProductName} that allows you to assess and prioritize migration and modernization efforts for applications. It provides numerous reports that highlight the analysis without the overhead of the other tools. The {CLIName} includes a wide array of customization options, and allows you to finely tune {ProductShortName} analysis options or integrate with external automation tools. | ||
|
||
ifndef::cli-guide[] | ||
For more information about using the {CLIName}, see the {ProductShortName} link:{ProductDocUserGuideURL}[_{UserCLIBookName}_]. | ||
endif::cli-guide[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// | ||
// * docs/getting-started-guide-guide/master.adoc | ||
|
||
:_content-type: CONCEPT | ||
[id="getting-started-about-ide-addons_{context}"] | ||
= About the IDE Addons | ||
|
||
You can migrate and modernize applications by using the {ProductName} ({ProductShortName}) addons for: | ||
|
||
* Eclipse | ||
* Visual Studio Code, Visual Studio Codespaces, and Eclipse Che | ||
* IntelliJ IDEA, both the Community and Ultimate versions | ||
Each addon analyzes your projects using customizable rulesets, marks issues in the source code, provides guidance to fix the issues, and offers automatic code replacement, if possible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * docs/maven-guide/master.adoc | ||
|
||
:_content-type: CONCEPT | ||
[id="about-maven_{context}"] | ||
= About the {MavenNameTitle} | ||
|
||
The {MavenName} for the {ProductName} integrates into the Maven build process, allowing developers to continuously evaluate migration and modernization efforts with each iteration of source code. It provides numerous reports that highlight the analysis results, and is designed for developers who want updates with each build. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * docs/rules-development-guide/master.adoc | ||
// * docs/getting-started-guide/master.adoc | ||
|
||
:_content-type: CONCEPT | ||
[id="about-rules_{context}"] | ||
= About {ProductShortName} rules | ||
|
||
The {ProductName} ({ProductShortName}) contains rule-based migration tools that analyze the APIs, technologies, and architectures used by the applications you plan to migrate. In fact, the {ProductShortName} analysis process is implemented using {ProductShortName} rules. {ProductShortName} uses rules internally to extract files from archives, decompile files, scan and classify file types, analyze XML and other file content, analyze the application code, and build the reports. | ||
|
||
{ProductShortName} builds a data model based on the rule execution results and stores component data and relationships in a graph database, which can then be queried and updated as needed by the migration rules and for reporting purposes. | ||
|
||
{ProductShortName} rules use the following rule pattern: | ||
|
||
---- | ||
when(condition) | ||
perform(action) | ||
otherwise(action) | ||
---- | ||
|
||
{ProductShortName} provides a comprehensive set of standard migration rules out-of-the-box. Because applications may contain custom libraries or components, {ProductShortName} allows you to write your own rules to identify use of components or software that may not be covered by the existing ruleset. | ||
|
||
ifndef::rules-development-guide[] | ||
If you plan to write your own custom rules, see the {ProductDocRulesGuideURL}[_{RulesDevBookName}_] for detailed instructions. | ||
endif::rules-development-guide[] |
Oops, something went wrong.