| Package | Description |
|---|---|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.rdfparser.model.pointer |
RDF model classes which implement the proposed W3C Pointer classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected StartEndPointer[] |
RdfModelObject.findStartEndPointerPropertyValues(String nameSpace,
String propertyName)
Find all StartEndPointers assocated with a property
|
StartEndPointer |
SpdxSnippet.getByteRange() |
StartEndPointer |
SpdxSnippet.getLineRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpdxSnippet.setByteRange(StartEndPointer byteRange) |
void |
SpdxSnippet.setLineRange(StartEndPointer lineRange) |
protected void |
RdfModelObject.setPropertyValue(String nameSpace,
String propertyName,
StartEndPointer[] values)
Set a property value for this resource.
|
| Constructor and Description |
|---|
SpdxSnippet(String name,
String comment,
Annotation[] annotations,
Relationship[] relationships,
AnyLicenseInfo licenseConcluded,
AnyLicenseInfo[] licenseInfoInFile,
String copyrightText,
String licenseComment,
SpdxFile snippetFromFile,
StartEndPointer byteRange,
StartEndPointer lineRange) |
| Modifier and Type | Method and Description |
|---|---|
StartEndPointer |
StartEndPointer.clone() |
| Modifier and Type | Method and Description |
|---|---|
int |
StartEndPointer.compareTo(StartEndPointer o) |
Copyright © 2018 Linux Foundation. All Rights Reserved.