Uses of Interface
cdc.issues.locations.Location
-
Packages that use Location Package Description cdc.issues cdc.issues.locations cdc.issues.rules -
-
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.AbstractIssueBuilder. addLocation(Location location)Issue.BuilderIssue.Builder. addLocation(Location location)Adds an issue location.BIssue.AbstractIssueBuilder. locations(Location... locations)Issue.BuilderIssue.Builder. locations(Location... locations)Sets the issue locations.Method parameters in cdc.issues with type arguments of type Location Modifier and Type Method Description BIssue.AbstractIssueBuilder. locations(List<Location> locations)Issue.BuilderIssue.Builder. locations(List<Location> locations)Sets the issue locations.Constructors in cdc.issues with parameters of type Location Constructor Description IssueId(RuleId ruleId, Location... locations)IssueId(RuleId ruleId, Params params, Location... locations)IssueId(String domain, Enum<?> name, Location... locations)IssueId(String domain, Enum<?> name, Params params, Location... locations)IssueId(String domain, String name, Location... locations)IssueId(String domain, String name, Params params, Location... locations)Constructor parameters in cdc.issues with type arguments of type Location Constructor Description Issue(String domain, Enum<?> name, Params params, List<? extends Location> locations, IssueSeverity severity, String description)Issue(String domain, String name, Params params, List<? extends Location> locations, IssueSeverity severity, String description)Issue(Instant timestamp, String domain, Enum<?> name, Params params, List<? extends Location> locations, IssueSeverity severity, String description)Issue(Instant timestamp, String domain, String name, Params params, List<? extends Location> locations, IssueSeverity severity, String description)Creates an Issue. -
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 LocationDefaultLocatedData. getLocation()LocationLocatedData. getLocation()Methods in cdc.issues.locations with parameters of type Location Modifier and Type Method Description static StringLocation. toString(Location location)Constructors in cdc.issues.locations with parameters of type Location Constructor Description DefaultLocatedData(T data, Location location)DefaultLocation(Location other) -
Uses of Location in cdc.issues.rules
Methods in cdc.issues.rules with parameters of type Location Modifier and Type Method Description voidIssuesDetector. analyze(T data, Location location, IssuesHandler<Issue> issuesHandler)Analyzes one data.
-