Package org.spdx.rdfparser.license
Class WithExceptionOperator
java.lang.Object
org.spdx.rdfparser.model.RdfModelObject
org.spdx.rdfparser.license.AnyLicenseInfo
org.spdx.rdfparser.license.WithExceptionOperator
public class WithExceptionOperator extends AnyLicenseInfo
A license that has a With exception operator (e.g. GPL-2.0 WITH Autoconf-exception-2.0)
- Author:
- Gary O'Neall
-
Field Summary
Fields inherited from class org.spdx.rdfparser.model.RdfModelObject
model, modelContainer, node, refreshOnGet, resource -
Constructor Summary
Constructors Constructor Description WithExceptionOperator(IModelContainer modelContainer, org.apache.jena.graph.Node licenseInfoNode)Create a WithExceptionOperator from a node in an existing RDF modelWithExceptionOperator(AnyLicenseInfo license, LicenseException exception) -
Method Summary
Modifier and Type Method Description protected org.apache.jena.rdf.model.Resource_createResource(org.apache.jena.rdf.model.Resource type)AnyLicenseInfoclone()booleanequals(Object o)booleanequivalent(IRdfModel compare)Returns true if the compare object contains properties which would be equal if they were contained in the same RDF ModelLicenseExceptiongetException()AnyLicenseInfogetLicense()voidgetPropertiesFromModel()Fetch all of the properties from the model and populate the local Java propertiesorg.apache.jena.rdf.model.ResourcegetType(org.apache.jena.rdf.model.Model model)StringgetUri(IModelContainer modelContainer)Get the URI for this RDF object.inthashCode()voidpopulateModel()Populate the RDF model from the Java propertiesvoidsetException(LicenseException exception)voidsetLicense(AnyLicenseInfo license)StringtoString()List<String>verify()Methods inherited from class org.spdx.rdfparser.model.RdfModelObject
addPropertyUriValue, addPropertyValue, addPropertyValue, addPropertyValue, addPropertyValue, addPropertyValue, addPropertyValue, addPropertyValue, arraysEquivalent, createResource, createResource, equivalentConsideringNull, findAnnotationPropertyValues, findAnyLicenseInfoPropertyValue, findAnyLicenseInfoPropertyValues, findChecksumPropertyValue, findCreationInfoPropertyValue, findDuplicateResource, findElementPropertyValue, findExternalDocRefPropertyValues, findExternalDocRefPropertyValues, findExternalRefPropertyValues, findIntPropertyValue, findMultipleChecksumPropertyValues, findMultipleDoapPropertyValues, findMultipleElementPropertyValues, findMultiplePropertyValues, findReferenceTypePropertyValue, findRelationshipPropertyValues, findReviewPropertyValues, findSinglePointerPropertyValue, findSinglePropertyValue, findStartEndPointerPropertyValues, findUriPropertyValue, findUriPropertyValues, findVerificationCodePropertyValue, getNode, isRefreshOnGet, removePropertyValue, resourcesEqual, setMultipleObjectsForSameNode, setPropertyUriValue, setPropertyUriValues, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValues, setPropertyValues, setPropertyValues, setPropertyValues, setPropertyValues, setPropertyValues, setSingleObjectForSameNode
-
Constructor Details
-
WithExceptionOperator
public WithExceptionOperator(IModelContainer modelContainer, org.apache.jena.graph.Node licenseInfoNode) throws InvalidSPDXAnalysisExceptionCreate a WithExceptionOperator from a node in an existing RDF model- Parameters:
modelContainer- contains the modellicenseInfoNode- Node which defines the WithExceptionOperator- Throws:
InvalidSPDXAnalysisException
-
WithExceptionOperator
-
-
Method Details
-
_createResource
protected org.apache.jena.rdf.model.Resource _createResource(org.apache.jena.rdf.model.Resource type) throws InvalidSPDXAnalysisException- Throws:
InvalidSPDXAnalysisException
-
getLicense
- Returns:
- the license
-
setLicense
- Parameters:
license- the license to set- Throws:
InvalidSPDXAnalysisException
-
getException
- Returns:
- the exception
-
setException
- Parameters:
exception- the exception to set- Throws:
InvalidSPDXAnalysisException
-
toString
- Specified by:
toStringin classAnyLicenseInfo
-
equals
- Specified by:
equalsin classAnyLicenseInfo
-
hashCode
public int hashCode()- Specified by:
hashCodein classAnyLicenseInfo
-
verify
- Returns:
- List of validation errors for any non SPDX compliant properties.
-
clone
- Specified by:
clonein classAnyLicenseInfo
-
equivalent
Description copied from interface:IRdfModelReturns true if the compare object contains properties which would be equal if they were contained in the same RDF Model- Returns:
-
populateModel
Description copied from class:RdfModelObjectPopulate the RDF model from the Java properties- Specified by:
populateModelin classAnyLicenseInfo- Throws:
InvalidSPDXAnalysisException
-
getPropertiesFromModel
Description copied from class:RdfModelObjectFetch all of the properties from the model and populate the local Java properties- Specified by:
getPropertiesFromModelin classRdfModelObject- Throws:
InvalidSPDXAnalysisException
-
getUri
Description copied from class:RdfModelObjectGet the URI for this RDF object. Null if this is for an anonomous node.- Specified by:
getUriin classRdfModelObject- Returns:
- Throws:
InvalidSPDXAnalysisException
-
getType
public org.apache.jena.rdf.model.Resource getType(org.apache.jena.rdf.model.Model model)- Specified by:
getTypein classRdfModelObject- Returns:
- the RDF class name for the object
-