- AbstractApplicationModelMigrationStep - Class in com.mulesoft.tools.migration.step
-
Basic unit of execution.
- AbstractApplicationModelMigrationStep() - Constructor for class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- AbstractGlobalEndpointMigratorStep - Class in com.mulesoft.tools.migration.step
-
Migrates the global endpoints to either inbound or outbound endpoints inside a flow
- AbstractGlobalEndpointMigratorStep() - Constructor for class com.mulesoft.tools.migration.step.AbstractGlobalEndpointMigratorStep
-
- AbstractMigrationTask - Class in com.mulesoft.tools.migration.task
-
A task is composed by one or more steps
- AbstractMigrationTask() - Constructor for class com.mulesoft.tools.migration.task.AbstractMigrationTask
-
- addAttribute(String, String) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModelUtils
-
Adds an attribute to the element accepted by the function.
- addChildNode(String, String) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModelUtils
-
Adds a child node with the specified namespace and name.
- addCompatibilityNamespace(Document) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add the required compatibility namespace declaration on document.
- addDependency(Dependency) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Adds a dependency to the pom model dependencies list.
- addElementAfter(Element, Element) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add new element after some existing element.
- addElementBefore(Element, Element) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add new element before some existing element.
- addElementsAfter(Collection<? extends Content>, Element) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add new element after some existing element.
- addGoal(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Adds a goal to the plugin execution
- AdditionalNamespacesFactory - Class in com.mulesoft.tools.migration.xml
-
Generates a List
- AdditionalNamespacesFactory() - Constructor for class com.mulesoft.tools.migration.xml.AdditionalNamespacesFactory
-
- addMigrationAttributeToElement(Element, Attribute) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- addNameSpace(String, String, String) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Adds a namespace to the application documents
- addNameSpace(Namespace, String, Document) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Adds a namespace to an application document
- addOutboundPropertySetter(String, Element, ApplicationModel, Element) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- addPlugin(Plugin) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Adds a plugin to the build section in the pom.
- addPluginRepository(Repository) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
- addProcessedElements(int) - Method in interface com.mulesoft.tools.migration.step.category.MigrationReport
-
Adds the passed value to the counter of processed elements.
- addProperty(String, String) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- addProperty(String, String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets a key-valued pair in the properties map.
- addRepository(Repository) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
- ADDRESS_PATTERN - Static variable in class com.mulesoft.tools.migration.step.util.TransportsUtils
-
- addSharedLibs(PomModel, Dependency...) - Static method in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
- addTopLevelElement(Element, Document) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add new top level element after all the existing ones.
- ApplicationModel - Class in com.mulesoft.tools.migration.project.model
-
Represent the application to be migrated
- ApplicationModel(Map<Path, Document>) - Constructor for class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- ApplicationModel(Map<Path, Document>, Map<Path, Document>) - Constructor for class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- ApplicationModel.ApplicationModelBuilder - Class in com.mulesoft.tools.migration.project.model
-
- ApplicationModelBuilder() - Constructor for class com.mulesoft.tools.migration.project.model.ApplicationModel.ApplicationModelBuilder
-
- ApplicationModelContribution - Interface in com.mulesoft.tools.migration.step.category
-
Migration Step that works over the application model.
- ApplicationModelUtils - Class in com.mulesoft.tools.migration.project.model
-
Utilities to work with DOM
- ApplicationModelUtils() - Constructor for class com.mulesoft.tools.migration.project.model.ApplicationModelUtils
-
- areAllExecutionIdsUnique(List<PluginExecution>) - Static method in class com.mulesoft.tools.migration.project.model.pom.Plugin.PluginBuilder
-
- areSnapshotsEnabled() - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Retrieves whether this repository is set to download snapshot artifacts.
- ATTRIBUTES - Static variable in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- attributeToChildNode(String) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModelUtils
-
Transforms an attribute into a child.
- generateDocument(Path) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Return JDOM document from a file path.
- getApplicableProjectTypes() - Method in interface com.mulesoft.tools.migration.task.Categorizable
-
- getApplicationDocuments() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
The key of the map is relative to the source of the target project.
- getApplicationModel() - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- getApplicationModel() - Method in interface com.mulesoft.tools.migration.step.category.ApplicationModelContribution
-
Retrieves the application model that this contribution step is working over.
- getApplicationModel() - Method in interface com.mulesoft.tools.migration.step.category.PomContribution
-
Retrieves the application model that this contribution step is working over.
- getApplicationModel() - Method in class com.mulesoft.tools.migration.task.AbstractMigrationTask
-
- getApplicationModel() - Method in interface com.mulesoft.tools.migration.task.MigrationTask
-
- getApplicationModelContributionSteps() - Method in class com.mulesoft.tools.migration.task.MigrationStepSelector
-
- getAppliedTo() - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- getAppliedTo() - Method in interface com.mulesoft.tools.migration.step.category.ApplicationModelContribution
-
Returns the XPathExpression that matches all elements on which this contribution should be applied to.
- getArtifactId() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency artifact id.
- getArtifactId() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin artifact id.
- getArtifactId() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the artifact id declared in the pom.
- getBaseVersion(String) - Static method in class com.mulesoft.tools.migration.util.version.VersionUtils
-
Returns the base version, i.e., in the format major.minor.patch.
- getBundleDescriptorLoader() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getClassifier() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency classifier.
- getClassLoaderModelLoaderDescriptor() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getConfigs() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getConfiguration() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
- getConfiguration() - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Retrieves the configuration tag of this execution
- getCredentials() - Method in class com.mulesoft.tools.migration.step.util.TransportsUtils.EndpointAddress
-
- getDependencies() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin dependencies.
- getDependencies() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the list of dependencies in the pom model.
- getDescription() - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- getDescription() - Method in interface com.mulesoft.tools.migration.step.MigrationStep
-
- getDescription() - Method in interface com.mulesoft.tools.migration.task.MigrationTask
-
Retrieves the task description.
- getDocumentNamespaces(Document, List<Namespace>) - Static method in class com.mulesoft.tools.migration.xml.AdditionalNamespacesFactory
-
- getDomainDocuments() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
The key of the map is relative to the source of the target project.
- getElementsWithNamespace(Document, Namespace, ApplicationModel) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Retrieves all elements in the document that have the specified namespace
- getExecutions() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin executions.
- getExpressionMigrator() - Method in interface com.mulesoft.tools.migration.step.ExpressionMigratorAware
-
- getExpressionMigrator() - Method in class com.mulesoft.tools.migration.task.AbstractMigrationTask
-
- getExtensions() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin extensions field.
- getFlow(Element) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- getFlowExceptionHandlingElement(Element) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- getFrom() - Method in interface com.mulesoft.tools.migration.task.Categorizable
-
- getGoals() - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Retrieves all the goals defined to the plugin execution
- getGroupId() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency group id.
- getGroupId() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin group id.
- getGroupId() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the group id declared in the pom.
- getHost() - Method in class com.mulesoft.tools.migration.step.util.TransportsUtils.EndpointAddress
-
- getId() - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Retrieves the plugin execution id
- getId() - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Retrieves the repository unique identifier.
- getInboundRefs(Element) - Method in class com.mulesoft.tools.migration.step.AbstractGlobalEndpointMigratorStep
-
- getInnerModel() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency model represented by a maven core object.
- getInnerModel() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin model represented by a maven core object.
- getInnerModel() - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Retrieves the plugin execution model represented by a maven core object.
- getInnerModel() - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
- getIsRedeploymentEnabled() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getLayout() - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Retrieves the repository layout.
- getMavenModelCopy() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves a deep copy of the maven model.
- getMinMuleVersion() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getModelVersion() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the pom model version.
- getMuleArtifactJsonModel() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- getMuleReleasesRepository() - Static method in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
Builds a
Repository containing the coordinates of the Mule Releases Repository
- getMuleVersion() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- getName() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getName() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the name declared in the pom.
- getName() - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Retrieves the human readable name of the repository.
- getNamespace() - Method in class com.mulesoft.tools.migration.step.AbstractGlobalEndpointMigratorStep
-
- getNameSpaceContributionSteps() - Method in class com.mulesoft.tools.migration.task.MigrationStepSelector
-
- getNamespacesContributions() - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- getNamespacesContributions() - Method in interface com.mulesoft.tools.migration.step.category.ApplicationModelContribution
-
Retrieves the list of namespaces that this contribution step is providing.
- getNode(String) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Returns a single node in the application documents that match the xpath expression
- getNodeOptional(String) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Returns a single node in the application documents that match the xpath expression
- getNodes(String) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Returns all the nodes in the application documents that match the xpath expression
- getNodes(XPathExpression) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Returns all the nodes in the application documents that match the xpath expression
- getOutboundRefs(Element) - Method in class com.mulesoft.tools.migration.step.AbstractGlobalEndpointMigratorStep
-
- getPackaging() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the packaging type declared in the pom.
- getPackaging() - Method in enum com.mulesoft.tools.migration.project.ProjectType
-
- getPath() - Method in class com.mulesoft.tools.migration.step.util.TransportsUtils.EndpointAddress
-
- getPhase() - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Retrieves the phase defined in the plugin execution
- getPlugins() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the list of plugins declared in the build section.
- getPomContributionSteps() - Method in class com.mulesoft.tools.migration.task.MigrationStepSelector
-
- getPomModel() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Retrieves the
PomModel of this instance.
- getPort() - Method in class com.mulesoft.tools.migration.step.util.TransportsUtils.EndpointAddress
-
- getPriority() - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Retrieves the priority of the plugin execution
- getProfiles() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
- getProjectBasePath() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Retrieves the root path of the project represented by the application model instance
- getProjectStructureContributionSteps() - Method in class com.mulesoft.tools.migration.task.MigrationStepSelector
-
- getProjectType() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- getProjectType() - Method in interface com.mulesoft.tools.migration.task.Categorizable
-
Deprecated.
- getProperties() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the properties declared in the pom.
- getProperty(String) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getProtocol() - Method in class com.mulesoft.tools.migration.step.util.TransportsUtils.EndpointAddress
-
- getRefs(Element) - Method in class com.mulesoft.tools.migration.step.AbstractGlobalEndpointMigratorStep
-
- getReportEntries() - Method in interface com.mulesoft.tools.migration.step.category.MigrationReport
-
Returns the report entries.
- getRequiredProduct() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getScope() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency scope.
- getSecureProperties() - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- getSourceProjectBasePath() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Retrieves the root path of the project represented by the application model instance
- getSteps() - Method in interface com.mulesoft.tools.migration.task.MigrationTask
-
Retrieves the steps that compose the task.
- getSupportedNamespaces() - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Retrieves the List.
- getTargetType() - Method in enum com.mulesoft.tools.migration.project.ProjectType
-
- getTasksDeclaredNamespaces(List<AbstractMigrationTask>) - Static method in class com.mulesoft.tools.migration.xml.AdditionalNamespacesFactory
-
- getTo() - Method in interface com.mulesoft.tools.migration.task.Categorizable
-
- getType() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency type.
- getUrl() - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Retrieves the url of the repository in the protocol://hostname/path format.
- getVersion() - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Retrieves the dependency version.
- getVersion() - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Retrieves the plugin version or valid range of versions.
- getVersion() - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Retrieves the version declared in the pom.
- migrateEnrichers(Element, ExpressionMigrator, CompatibilityResolver<String>, ApplicationModel, MigrationReport) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- migrateExpression(Attribute, ExpressionMigrator) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Assuming the value of attr is an expression, migrate it and update the value.
- migrateExpression(String, boolean, Element) - Method in interface com.mulesoft.tools.migration.util.ExpressionMigrator
-
Converts a Mule 3 expression to its Mule 4 equivalent.
- migrateExpression(String, boolean, Element, boolean) - Method in interface com.mulesoft.tools.migration.util.ExpressionMigrator
-
Converts a Mule 3 expression to its Mule 4 equivalent.
- migrateInboundEndpointStructure(ApplicationModel, Element, MigrationReport, boolean) - Static method in class com.mulesoft.tools.migration.step.util.TransportsUtils
-
Add the required compatibility elements to the flow for a migrated inbound endpoint to work correctly.
- migrateInboundEndpointStructure(ApplicationModel, Element, MigrationReport, boolean, boolean) - Static method in class com.mulesoft.tools.migration.step.util.TransportsUtils
-
Add the required compatibility elements to the flow for a migrated inbound endpoint to work correctly.
- migrateOperationStructure(ApplicationModel, Element, MigrationReport) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add the required compatibility elements to the flow for a migrated operation to work correctly.
- migrateOperationStructure(ApplicationModel, Element, MigrationReport, boolean, ExpressionMigrator, CompatibilityResolver) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- migrateOperationStructure(ApplicationModel, Element, MigrationReport, boolean, ExpressionMigrator, CompatibilityResolver, boolean) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add the required compatibility elements to the flow for a migrated operation to work correctly.
- migrateOutboundEndpointStructure(ApplicationModel, Element, MigrationReport, boolean) - Static method in class com.mulesoft.tools.migration.step.util.TransportsUtils
-
Add the required compatibility elements to the flow for a migrated outbound endpoint to work correctly.
- migrateOutboundEndpointStructure(ApplicationModel, Element, MigrationReport, boolean, boolean) - Static method in class com.mulesoft.tools.migration.step.util.TransportsUtils
-
Add the required compatibility elements to the flow for a migrated outbound endpoint to work correctly.
- migrateRedeliveryPolicyChildren(Element, MigrationReport) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
- migrateSourceStructure(ApplicationModel, Element, MigrationReport) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add the required compatibility elements to the flow for a migrated source to work correctly.
- migrateSourceStructure(ApplicationModel, Element, MigrationReport, boolean, boolean) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Add the required compatibility elements to the flow for a migrated source to work correctly.
- MigrationAbortException - Exception in com.mulesoft.tools.migration.exception
-
Will cancel the currently running migration and force it to fail
- MigrationAbortException(String) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationAbortException
-
- MigrationAbortException(String, Exception) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationAbortException
-
- MigrationException - Exception in com.mulesoft.tools.migration.exception
-
Signals any issue during the migration execution
- MigrationException(String) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationException
-
- MigrationException(String, Throwable) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationException
-
- MigrationReport<T> - Interface in com.mulesoft.tools.migration.step.category
-
An interface to feed the migration report.
- MigrationReport.Level - Enum in com.mulesoft.tools.migration.step.category
-
Represents the severity of a report entry.
- MigrationStep<T> - Interface in com.mulesoft.tools.migration.step
-
Building block of the execution engine.
- MigrationStepException - Exception in com.mulesoft.tools.migration.exception
-
- MigrationStepException(String) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationStepException
-
- MigrationStepException(String, Throwable) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationStepException
-
- MigrationStepSelector - Class in com.mulesoft.tools.migration.task
-
It knows how to select a subset of steps.
- MigrationStepSelector(List<MigrationStep>) - Constructor for class com.mulesoft.tools.migration.task.MigrationStepSelector
-
- MigrationTask - Interface in com.mulesoft.tools.migration.task
-
- MigrationTaskException - Exception in com.mulesoft.tools.migration.exception
-
- MigrationTaskException(String) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationTaskException
-
- MigrationTaskException(String, Exception) - Constructor for exception com.mulesoft.tools.migration.exception.MigrationTaskException
-
- MIN_MULE4_VALID_VERSION - Static variable in class com.mulesoft.tools.migration.util.version.VersionUtils
-
- MIN_MULE_VERSION_FIELD - Static variable in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- moveAttributeToChildNode(String, String) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModelUtils
-
Moves to the first child with the specified name an attribute with of the element accepted by the function.
- moveContentToChild(String) - Static method in class com.mulesoft.tools.migration.project.model.ApplicationModelUtils
-
Moves the content that does not have the as contents of the first children of the element accepted by the function.
- MULE_3_VERSION - Static variable in class com.mulesoft.tools.migration.util.MuleVersion
-
- MULE_4_VERSION - Static variable in class com.mulesoft.tools.migration.util.MuleVersion
-
- MULE_APPLICATION_3_PACKAGING_TYPE - Static variable in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
- MULE_APPLICATION_4_PACKAGING_TYPE - Static variable in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
- MULE_ARTIFACT_DEFAULT_CHARSET - Static variable in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModelUtils
-
- MULE_MAVEN_PLUGIN_ARTIFACT_ID - Static variable in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
- MULE_MAVEN_PLUGIN_GROUP_ID - Static variable in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
- MULE_MAVEN_PLUGIN_VERSION - Static variable in class com.mulesoft.tools.migration.project.model.pom.PomModelUtils
-
- MuleApplicationJsonModelBuilder() - Constructor for class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel.MuleApplicationJsonModelBuilder
-
- MuleArtifactJsonModel - Class in com.mulesoft.tools.migration.project.model.artifact
-
The mule-artifact.json representational model.
- MuleArtifactJsonModel(String) - Constructor for class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- MuleArtifactJsonModel(MuleApplicationModel) - Constructor for class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- MuleArtifactJsonModel.MuleApplicationJsonModelBuilder - Class in com.mulesoft.tools.migration.project.model.artifact
-
The mule artifact model builder.
- MuleArtifactJsonModelUtils - Class in com.mulesoft.tools.migration.project.model.artifact
-
Some helper functions to manage the mule artifact json model.
- MuleArtifactJsonModelUtils() - Constructor for class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModelUtils
-
- MuleVersion - Class in com.mulesoft.tools.migration.util
-
Versions for test Mule Projects
- MuleVersion() - Constructor for class com.mulesoft.tools.migration.util.MuleVersion
-
- SECURE_PROPERTIES - Static variable in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setApplicationModel(ApplicationModel) - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- setApplicationModel(ApplicationModel) - Method in interface com.mulesoft.tools.migration.step.category.ApplicationModelContribution
-
Sets the application model on which this contribution step should work over.
- setApplicationModel(ApplicationModel) - Method in interface com.mulesoft.tools.migration.step.category.PomContribution
-
Sets the application model on which this contribution step should work over.
- setApplicationModel(ApplicationModel) - Method in class com.mulesoft.tools.migration.task.AbstractMigrationTask
-
- setApplicationModel(ApplicationModel) - Method in interface com.mulesoft.tools.migration.task.MigrationTask
-
- setAppliedTo(String) - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- setAppliedTo(String) - Method in interface com.mulesoft.tools.migration.step.category.ApplicationModelContribution
-
Sets the xpath expression that matches all elements on which this contribution should be applied to.
- setArtifactId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Sets the dependency artifact id.
- setArtifactId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
- setArtifactId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the artifact id in the pom.
- setBundleDescriptorLoader(String, Map<String, Object>) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setClassifier(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Sets the dependency classifier.
- setClassLoaderModelLoaderDescriptor(String, Map<String, Object>) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setConfigs(Set<String>) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setDependencies(List<Dependency>) - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Sets the plugin dependencies.
- setDependencies(List<Dependency>) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the dependencies in the pom model.
- setExecutions(List<PluginExecution>) - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Sets the plugin executions.
- setExpressionMigrator(ExpressionMigrator) - Method in interface com.mulesoft.tools.migration.step.ExpressionMigratorAware
-
- setExpressionMigrator(ExpressionMigrator) - Method in class com.mulesoft.tools.migration.task.AbstractMigrationTask
-
- setExtensions(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Sets the plugin extensions field.
- setGoals(List<String>) - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Sets a List of goals to the plugin execution
- setGroupId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Sets the dependency group id.
- setGroupId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Sets the plugin group id.
- setGroupId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the group id in the pom.
- setId(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Sets the plugin execution id
- setIsRedeploymentEnabled(boolean) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setLayout(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Sets the repository layout.
- setMinMuleVersion(String) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setModelVersion(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the pom model version.
- setMuleVersion(String) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- setName(String) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setName(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the name in the pom.
- setName(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Sets the human readable name of the repository.
- setNamespacesContributions(List<Namespace>) - Method in class com.mulesoft.tools.migration.step.AbstractApplicationModelMigrationStep
-
- setNamespacesContributions(List<Namespace>) - Method in interface com.mulesoft.tools.migration.step.category.ApplicationModelContribution
-
Sets the namespaces that this contribution step is providing.
- setPackaging(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the packaging type in the pom.
- setPhase(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Sets the phase in the plugin execution
- setPriority(int) - Method in class com.mulesoft.tools.migration.project.model.pom.PluginExecution
-
Sets the priority of the plugin execution
- setProjectType(ProjectType) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
- setProperties(Properties) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the properties in the pom.
- setRequiredProduct(Product) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setScope(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Sets the dependency scope.
- setSecureProperties(List<String>) - Method in class com.mulesoft.tools.migration.project.model.artifact.MuleArtifactJsonModel
-
- setSnapshotsEnabled(boolean) - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Sets whether to use this repository for downloading snapshot artifacts.
- setSupportedNamespaces(List<Namespace>) - Method in class com.mulesoft.tools.migration.project.model.ApplicationModel
-
Sets the List that represents the supported namespaces for the tool.
- setText(Element, String) - Static method in class com.mulesoft.tools.migration.step.util.XmlDslUtils
-
Sets the given text on the given element, wrapping it in a CDATA for readability if it contains
special characters.
- setType(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Sets the dependency type.
- setUrl(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Repository
-
Sets the url of the repository in the protocol://hostname/path format.
- setVersion(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Dependency
-
Sets the dependency version.
- setVersion(String) - Method in class com.mulesoft.tools.migration.project.model.pom.Plugin
-
Sets the plugin version or valid range of versions.
- setVersion(String) - Method in class com.mulesoft.tools.migration.project.model.pom.PomModel
-
Sets the version in the pom.
- shouldExecuteAllSteps(MigrationStepSelector) - Method in class com.mulesoft.tools.migration.task.AbstractMigrationTask
-
- StepExecutable<T> - Interface in com.mulesoft.tools.migration.step
-
An interface to handle the step execution.