Class Version
java.lang.Object
io.netty.util.Version
Retrieves the version information of available Netty artifacts.
This class retrieves the version information from META-INF/io.netty.versions.properties, which is
generated in build time. Note that it may not be possible to retrieve the information completely, depending on
your environment, such as the specified ClassLoader, the current SecurityManager.
-
Method Summary
Modifier and TypeMethodDescriptionlonglongidentify()Retrieves the version information of Netty artifacts using the current context class loader.identify(ClassLoader classLoader) Retrieves the version information of Netty artifacts using the specifiedClassLoader.static voidPrints the version information toSystem.err.toString()
-
Method Details
-
identify
-
identify
Retrieves the version information of Netty artifacts using the specifiedClassLoader. -
main
Prints the version information toSystem.err. -
artifactId
-
artifactVersion
-
buildTimeMillis
public long buildTimeMillis() -
commitTimeMillis
public long commitTimeMillis() -
shortCommitHash
-
longCommitHash
-
repositoryStatus
-
toString
-