public class FluentInputLocationBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.model.InputLocation |
build() |
static FluentInputLocationBuilder |
newInputLocation(int lineNumber,
int columnNumber) |
static FluentInputLocationBuilder |
newInputLocation(int lineNumber,
int columnNumber,
org.apache.maven.model.InputSource source) |
FluentInputLocationBuilder |
setLocations(java.util.Map<java.lang.Object,org.apache.maven.model.InputLocation> locations) |
FluentInputLocationBuilder |
withLocation(java.lang.Object key,
org.apache.maven.model.InputLocation location) |
public static FluentInputLocationBuilder newInputLocation(int lineNumber, int columnNumber)
public static FluentInputLocationBuilder newInputLocation(int lineNumber, int columnNumber, org.apache.maven.model.InputSource source)
public org.apache.maven.model.InputLocation build()
public FluentInputLocationBuilder withLocation(java.lang.Object key, org.apache.maven.model.InputLocation location)
public FluentInputLocationBuilder setLocations(java.util.Map<java.lang.Object,org.apache.maven.model.InputLocation> locations)
Copyright © 2014 Yandex. All Rights Reserved.