Class ExtendedSpdxStore

java.lang.Object
org.spdx.storage.simple.ExtendedSpdxStore
All Implemented Interfaces:
AutoCloseable, IModelStore

public abstract class ExtendedSpdxStore
extends Object
implements IModelStore
A simple abstract SPDX store that stores everything in an underlying model store which is initialized in the constructor. This class can be useful for subclassing and overriding specific methods and/or implementing serialization with a choice of underlying message stores.
Author:
Gary O'Neall