public class LocationPart extends Object
| Constructor and Description |
|---|
LocationPart(String path,
String fileName,
Integer lineInFile,
TypedComponentIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getFileName() |
Optional<Integer> |
getLineInFile() |
Optional<TypedComponentIdentifier> |
getPartIdentifier()
A location part represent an specific location of a component within another component.
|
String |
getPartPath() |
public LocationPart(String path, String fileName, Integer lineInFile, TypedComponentIdentifier identifier)
public String getPartPath()
public Optional<TypedComponentIdentifier> getPartIdentifier()
public Optional<String> getFileName()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.