public static class ComponentLocation.ComponentLocationBuilder extends Object
| Constructor and Description |
|---|
ComponentLocationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ComponentLocation |
build() |
ComponentLocation.ComponentLocationBuilder |
withFileName(String fileName) |
ComponentLocation.ComponentLocationBuilder |
withLineInFile(Integer lineInFile) |
ComponentLocation.ComponentLocationBuilder |
withLocation(String location) |
ComponentLocation.ComponentLocationBuilder |
withParts(List<LocationPart> parts) |
ComponentLocation.ComponentLocationBuilder |
withTypedComponentIdentifier(TypedComponentIdentifier typedComponentIdentifier) |
public ComponentLocation.ComponentLocationBuilder withLocation(String location)
public ComponentLocation.ComponentLocationBuilder withFileName(String fileName)
public ComponentLocation.ComponentLocationBuilder withLineInFile(Integer lineInFile)
public ComponentLocation.ComponentLocationBuilder withParts(List<LocationPart> parts)
public ComponentLocation.ComponentLocationBuilder withTypedComponentIdentifier(TypedComponentIdentifier typedComponentIdentifier)
public ComponentLocation build()
Copyright © 2022. All rights reserved.