Package org.spdx.tools
Class SpdxVersion
java.lang.Object
org.spdx.tools.SpdxVersion
public class SpdxVersion extends Object
Static helper methods for tools and library version information
- Author:
- Hirumal Priyashan
-
Constructor Summary
Constructors Constructor Description SpdxVersion() -
Method Summary
Modifier and Type Method Description static StringgetCurrentToolVersion()Getter for the current tool Versionstatic StringgetLibraryVersion()Getter for the library specification versionstatic StringgetLicenseListVersion()Getter for the license list version
-
Constructor Details
-
SpdxVersion
public SpdxVersion()
-
-
Method Details
-
getCurrentToolVersion
Getter for the current tool Version- Returns:
- Tool version
-
getLibraryVersion
Getter for the library specification version- Returns:
- The library specification version
-
getLicenseListVersion
Getter for the license list version- Returns:
- The license list version
-