public class ComponentLocationFactory extends Object
| Constructor and Description |
|---|
ComponentLocationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.tooling.client.api.component.ComponentIdentifier |
toComponentIdentifierDTO(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier) |
static org.mule.tooling.client.api.component.location.ComponentLocation |
toComponentLocationDTO(org.mule.runtime.api.component.location.ComponentLocation componentLocation) |
static org.mule.tooling.client.api.component.ComponentType |
toComponentTypeToDTO(org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType componentType) |
static org.mule.tooling.client.api.component.location.LocationPart |
toLocationPartDTO(org.mule.runtime.api.component.location.LocationPart locationPart) |
static List<org.mule.tooling.client.api.component.location.LocationPart> |
toLocationPartsDTO(List<org.mule.runtime.api.component.location.LocationPart> locationParts) |
static Optional<org.mule.tooling.client.api.component.location.SourceCodeLocation> |
toSourceCodeLocationDTO(org.mule.runtime.api.component.location.ComponentLocation componentLocation) |
static org.mule.tooling.client.api.component.location.SourceCodeLocation |
toSourceCodeLocationDTO(org.mule.runtime.ast.api.ComponentMetadataAst metadata) |
static Optional<org.mule.tooling.client.api.component.location.SourceCodeLocation> |
toSourceCodeLocationDTO(org.mule.runtime.api.component.location.LocationPart locationPart) |
static org.mule.tooling.client.api.component.TypedComponentIdentifier |
toTypedComponentIdentifierDTO(org.mule.runtime.api.component.TypedComponentIdentifier typedComponentIdentifier) |
public static org.mule.tooling.client.api.component.location.ComponentLocation toComponentLocationDTO(org.mule.runtime.api.component.location.ComponentLocation componentLocation)
public static List<org.mule.tooling.client.api.component.location.LocationPart> toLocationPartsDTO(List<org.mule.runtime.api.component.location.LocationPart> locationParts)
public static org.mule.tooling.client.api.component.location.LocationPart toLocationPartDTO(org.mule.runtime.api.component.location.LocationPart locationPart)
public static Optional<org.mule.tooling.client.api.component.location.SourceCodeLocation> toSourceCodeLocationDTO(org.mule.runtime.api.component.location.LocationPart locationPart)
public static Optional<org.mule.tooling.client.api.component.location.SourceCodeLocation> toSourceCodeLocationDTO(org.mule.runtime.api.component.location.ComponentLocation componentLocation)
public static org.mule.tooling.client.api.component.location.SourceCodeLocation toSourceCodeLocationDTO(org.mule.runtime.ast.api.ComponentMetadataAst metadata)
public static org.mule.tooling.client.api.component.TypedComponentIdentifier toTypedComponentIdentifierDTO(org.mule.runtime.api.component.TypedComponentIdentifier typedComponentIdentifier)
public static org.mule.tooling.client.api.component.ComponentIdentifier toComponentIdentifierDTO(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
public static org.mule.tooling.client.api.component.ComponentType toComponentTypeToDTO(org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType componentType)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.