Uses of Class
org.spdx.core.ModelRegistryException
-
Packages that use ModelRegistryException Package Description org.spdx.core Common classes used by the SPDX model and library -
-
Uses of ModelRegistryException in org.spdx.core
Methods in org.spdx.core that throw ModelRegistryException Modifier and Type Method Description booleanModelRegistry. canBeExternal(Class<?> clazz, String specVersion)Determine if the specified class can be represented as external to the model store for the given SPDX specification versionClass<?>ModelRegistry. typeToClass(String type, String specVersion)Enum<?>ModelRegistry. uriToEnum(String uri, String specVersion)Converts a URI to enumObjectModelRegistry. uriToIndividual(String individualUri, String specVersion, Class<?> type)Constructors in org.spdx.core that throw ModelRegistryException Constructor Description TypedValue(String objectUri, String type, String specVersion)Constructs a TypedValue with the specified object URI, type, and spec version.
-