| Package | Description |
|---|---|
| com.mulesoft.tools.migration.project | |
| com.mulesoft.tools.migration.project.model | |
| com.mulesoft.tools.migration.step.category | |
| com.mulesoft.tools.migration.task |
| Modifier and Type | Method and Description |
|---|---|
ProjectType |
ProjectType.getTargetType() |
static ProjectType |
ProjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectType[] |
ProjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectType |
ApplicationModel.getProjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationModel.setProjectType(ProjectType projectType) |
ApplicationModel.ApplicationModelBuilder |
ApplicationModel.ApplicationModelBuilder.withProjectType(ProjectType type)
The type of project in the folder
|
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationReport.initialize(ProjectType projectType,
String projectName)
Sets some basic metadata about the project to be populated into the report.
|
| Modifier and Type | Method and Description |
|---|---|
default ProjectType |
Categorizable.getProjectType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<ProjectType> |
Categorizable.getApplicableProjectTypes() |
Copyright © 2018 MuleSoft Inc. All rights reserved.