@NoInstantiate @NoExtend public static class DefaultComponentLocation.DefaultLocationPart extends Object implements org.mule.runtime.api.component.location.LocationPart, Serializable
| Constructor and Description |
|---|
DefaultLocationPart(String partPath,
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
Optional<Integer> lineInFile,
Optional<Integer> startColumn)
Deprecated.
since 1.3 use
#DefaultComponentLocation(String, Optional, Optional, Optional, Optional) instead. |
DefaultLocationPart(String partPath,
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
OptionalInt lineInFile,
OptionalInt startColumn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OptionalInt |
getColumn() |
Optional<String> |
getFileName() |
OptionalInt |
getLine() |
Optional<Integer> |
getLineInFile() |
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> |
getPartIdentifier() |
String |
getPartPath() |
Optional<Integer> |
getStartColumn() |
int |
hashCode() |
String |
toString() |
public DefaultLocationPart(String partPath, Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier, Optional<String> fileName, OptionalInt lineInFile, OptionalInt startColumn)
partPath - the path of this partpartIdentifier - the component identifier of the part if it's not a synthetic partfileName - the file name in which the component was definedlineInFile - the line number in which the component was definedstartColumn - the column number in which the component was defined@Deprecated public DefaultLocationPart(String partPath, Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier, Optional<String> fileName, Optional<Integer> lineInFile, Optional<Integer> startColumn)
#DefaultComponentLocation(String, Optional, Optional, Optional, Optional) instead.partPath - the path of this partpartIdentifier - the component identifier of the part if it's not a synthetic partfileName - the file name in which the component was definedlineInFile - the line number in which the component was definedpublic String getPartPath()
getPartPath in interface org.mule.runtime.api.component.location.LocationPartpublic Optional<org.mule.runtime.api.component.TypedComponentIdentifier> getPartIdentifier()
getPartIdentifier in interface org.mule.runtime.api.component.location.LocationPartpublic Optional<String> getFileName()
getFileName in interface org.mule.runtime.api.component.location.LocationPartpublic Optional<Integer> getLineInFile()
getLineInFile in interface org.mule.runtime.api.component.location.LocationPartpublic OptionalInt getLine()
getLine in interface org.mule.runtime.api.component.location.LocationPartpublic Optional<Integer> getStartColumn()
getStartColumn in interface org.mule.runtime.api.component.location.LocationPartpublic OptionalInt getColumn()
getColumn in interface org.mule.runtime.api.component.location.LocationPartCopyright © 2022 MuleSoft, Inc.. All rights reserved.