Uses of Class
org.mule.runtime.dsl.api.component.config.DefaultComponentLocation
Packages that use DefaultComponentLocation
-
Uses of DefaultComponentLocation in org.mule.runtime.dsl.api.component.config
Methods in org.mule.runtime.dsl.api.component.config that return DefaultComponentLocationModifier and TypeMethodDescriptionDefaultComponentLocation.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.appendLocationPart(String partPath, Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier, Optional<String> fileName, Optional<Integer> lineInFile, Optional<Integer> startColumn) Deprecated.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.appendProcessorsPart()Utility method that adds a processors part to the location.DefaultComponentLocation.appendRoutePart()Utility method that adds a router part to the location.static DefaultComponentLocationDefaultComponentLocation.fromSingleComponent(String component) Deprecated.usefrom(String)instead.
appendLocationPart(String, Optional, Optional, OptionalInt, OptionalInt)instead.