Uses of Interface
cdc.issues.locations.Location
-
Packages that use Location Package Description cdc.issues cdc.issues.locations -
-
Uses of Location in cdc.issues
Fields in cdc.issues with type parameters of type Location Modifier and Type Field Description protected List<Location>Issue.Builder. locationsMethods in cdc.issues with type parameters of type Location Modifier and Type Method Description <L extends Location>
LIssue. getLocationAt(int index, Class<L> cls)Methods in cdc.issues that return Location Modifier and Type Method Description LocationIssue. getLocationAt(int index)Location[]Issue. getLocations()Location[]IssueId. getLocations()Methods in cdc.issues with parameters of type Location Modifier and Type Method Description BIssue.Builder. addLocation(Location location)Adds an issue location.BIssue.Builder. location(Location location)Sets the issue location.IssueId.BuilderIssueId.Builder. location(Location location)BIssue.Builder. locations(Location... locations)Sets the issue locations.IssueId.BuilderIssueId.Builder. locations(Location... locations)Method parameters in cdc.issues with type arguments of type Location Modifier and Type Method Description BIssue.Builder. locations(List<Location> locations)Sets the issue locations.IssueId.BuilderIssueId.Builder. locations(List<? extends Location> locations)Constructor parameters in cdc.issues with type arguments of type Location Constructor Description Issue(String domain, Enum<?> name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore.Issue(String domain, String name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore.Issue(Instant timestamp, String domain, Enum<?> name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore.Issue(Instant timestamp, String domain, String name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore. -
Uses of Location in cdc.issues.locations
Classes in cdc.issues.locations that implement Location Modifier and Type Class Description classAbstractLocationclassDefaultLocationDefault implementation of IssueLocation.classTextFileLocationImplementation of Location dedicated to text files.classWorkbookLocationImplementation of Location dedicated to workbooks.Fields in cdc.issues.locations declared as Location Modifier and Type Field Description static LocationLocation. UNDEFINEDMethods in cdc.issues.locations that return Location Modifier and Type Method Description LocationLocation.Builder. build()static LocationLocations. build(String location)Creates a Location instance from its standard string representation.static LocationLocations. build(String tag, String path, String anchor)Creates a Location instance.LocationLocatedItem. getLocation()LocationLocatedObject. getLocation()Methods in cdc.issues.locations that return types with arguments of type Location Modifier and Type Method Description static BiFunction<String,String,? extends Location>Locations. getFactoryOrNull(String tag)Returns the factory associated to a tag.Methods in cdc.issues.locations with parameters of type Location Modifier and Type Method Description default intLocation. compareTo(Location other)static <O> LocatedObject<O>LocatedObject. of(O object, Location location)static StringLocation. toString(Location location)Encodes a Location to a String.Method parameters in cdc.issues.locations with type arguments of type Location Modifier and Type Method Description static voidLocations. register(String tag, BiFunction<String,String,? extends Location> factory)Constructors in cdc.issues.locations with parameters of type Location Constructor Description DefaultLocation(Location other)
-