Uses of Class
org.cyclonedx.model.Patch
-
Packages that use Patch Package Description org.cyclonedx.model -
-
Uses of Patch in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type Patch Modifier and Type Field Description private java.util.List<Patch>Pedigree. patchesMethods in org.cyclonedx.model that return types with arguments of type Patch Modifier and Type Method Description java.util.List<Patch>Pedigree. getPatches()Method parameters in org.cyclonedx.model with type arguments of type Patch Modifier and Type Method Description voidPedigree. setPatches(java.util.List<Patch> patches)
-