Uses of Interface
cdc.issues.locations.Location
Packages that use Location
-
Uses of Location in cdc.issues
Fields in cdc.issues with type parameters of type LocationMethods in cdc.issues with type parameters of type LocationModifier and TypeMethodDescription<L extends Location>
LIssue.getLocationAt(int index, Class<L> cls) Methods in cdc.issues that return LocationModifier and TypeMethodDescriptionIssue.getLocationAt(int index) Location[]Issue.getLocations()Location[]IssueId.getLocations()Methods in cdc.issues with parameters of type LocationModifier and TypeMethodDescriptionIssue.Builder.addLocation(Location location) Adds an issue location.Sets the issue location.Sets the issue locations.Method parameters in cdc.issues with type arguments of type LocationModifier and TypeMethodDescriptionSets the issue locations.Constructor parameters in cdc.issues with type arguments of type LocationModifierConstructorDescriptionprotectedIssue(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.protectedIssue(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.protectedIssue(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.protectedIssue(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 LocationModifier and TypeClassDescriptionclassclassDefault implementation of IssueLocation.classImplementation of Location dedicated to text files.classImplementation of Location dedicated to workbooks.Fields in cdc.issues.locations declared as LocationMethods in cdc.issues.locations that return LocationModifier and TypeMethodDescriptionLocation.Builder.build()static LocationCreates a Location instance from its standard string representation.static LocationCreates a Location instance.LocatedItem.getLocation()LocatedObject.getLocation()Methods in cdc.issues.locations that return types with arguments of type LocationModifier and TypeMethodDescriptionstatic 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 LocationModifier and TypeMethodDescriptiondefault intstatic <O> LocatedObject<O>static StringEncodes a Location to a String.static StringEncodes a Location to a String.Method parameters in cdc.issues.locations with type arguments of type LocationModifier and TypeMethodDescriptionstatic voidConstructors in cdc.issues.locations with parameters of type Location