Class ProcessorVersion
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.ProcessorVersion
- All Implemented Interfaces:
IVersionInfo
Provides version information for this library.
This class exposes build-time metadata including version numbers, build timestamps, and Git repository information.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ProcessorVersion
public ProcessorVersion()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceIVersionInfo
-
getVersion
- Specified by:
getVersion
in interfaceIVersionInfo
-
getBuildTimestamp
- Specified by:
getBuildTimestamp
in interfaceIVersionInfo
-
getGitOriginUrl
- Specified by:
getGitOriginUrl
in interfaceIVersionInfo
-
getGitCommit
- Specified by:
getGitCommit
in interfaceIVersionInfo
-
getGitBranch
- Specified by:
getGitBranch
in interfaceIVersionInfo
-
getGitClosestTag
- Specified by:
getGitClosestTag
in interfaceIVersionInfo
-