public class LocationPart extends Object
| Constructor and Description |
|---|
LocationPart(String path,
TypedComponentIdentifier identifier,
Optional<SourceCodeLocation> sourceCodeLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<TypedComponentIdentifier> |
getPartIdentifier()
A location part represent an specific location of a component within another component.
|
String |
getPartPath() |
Optional<SourceCodeLocation> |
getSourceCodeLocation() |
int |
hashCode() |
public LocationPart(String path, TypedComponentIdentifier identifier, Optional<SourceCodeLocation> sourceCodeLocation)
public String getPartPath()
public Optional<TypedComponentIdentifier> getPartIdentifier()
public Optional<SourceCodeLocation> getSourceCodeLocation()
Copyright © 2020 MuleSoft, Inc.. All rights reserved.