Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.PhysicalLocation
-
Packages that use SarifLog.PhysicalLocation Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.PhysicalLocation in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.PhysicalLocation Modifier and Type Method Description SarifLog.PhysicalLocationSarifLog.PhysicalLocation.PhysicalLocationBuilder. build()SarifLog.PhysicalLocationSarifLog.Location. getPhysicalLocation()Identifies the artifact and region.SarifLog.PhysicalLocationSarifLog.PhysicalLocation. setArtifactLocation(SarifLog.ArtifactLocation artifactLocation)The location of the artifact.SarifLog.PhysicalLocationSarifLog.PhysicalLocation. setRegion(SarifLog.Region region)Specifies a portion of the artifact.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.PhysicalLocation Modifier and Type Method Description SarifLog.Location.LocationBuilderSarifLog.Location.LocationBuilder. physicalLocation(SarifLog.PhysicalLocation physicalLocation)Identifies the artifact and region.SarifLog.LocationSarifLog.Location. setPhysicalLocation(SarifLog.PhysicalLocation physicalLocation)Identifies the artifact and region.
-