| Package | Description |
|---|---|
| org.mule.runtime.dsl.api.component.config |
| Modifier and Type | Method and Description |
|---|---|
DefaultComponentLocation |
DefaultComponentLocation.appendConnectionPart(Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
OptionalInt lineInFile,
OptionalInt startColumn)
Utility method that adds a connection part to the location.
|
DefaultComponentLocation |
DefaultComponentLocation.appendLocationPart(String partPath,
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
Optional<Integer> lineInFile,
Optional<Integer> startColumn)
Deprecated.
since 1.3 use
appendLocationPart(String, Optional, Optional, OptionalInt, OptionalInt) instead. |
DefaultComponentLocation |
DefaultComponentLocation.appendLocationPart(String partPath,
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
OptionalInt lineInFile,
OptionalInt startColumn)
Creates a new instance of ComponentLocation adding the specified part.
|
DefaultComponentLocation |
DefaultComponentLocation.appendProcessorsPart()
Utility method that adds a processors part to the location.
|
DefaultComponentLocation |
DefaultComponentLocation.appendRoutePart()
Utility method that adds a router part to the location.
|
static DefaultComponentLocation |
DefaultComponentLocation.fromSingleComponent(String component)
Deprecated.
use
from(String) instead. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.