public class ArtifactComponentLocations extends Object implements Serializable
| Constructor and Description |
|---|
ArtifactComponentLocations(Set<ComponentLocation> componentLocations) |
| Modifier and Type | Method and Description |
|---|---|
ComponentLocation |
getByLocation(String location) |
ComponentLocation |
getBySourceCodeLocation(SourceCodeLocation sourceCodeLocation) |
Set<ComponentLocation> |
getComponentLocations() |
public ArtifactComponentLocations(Set<ComponentLocation> componentLocations)
public Set<ComponentLocation> getComponentLocations()
public ComponentLocation getBySourceCodeLocation(SourceCodeLocation sourceCodeLocation)
public ComponentLocation getByLocation(String location)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.