Uses of Class
org.nd4j.versioncheck.VersionCheck.Detail
-
Packages that use VersionCheck.Detail Package Description org.nd4j.versioncheck -
-
Uses of VersionCheck.Detail in org.nd4j.versioncheck
Methods in org.nd4j.versioncheck that return VersionCheck.Detail Modifier and Type Method Description static VersionCheck.DetailVersionCheck.Detail. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionCheck.Detail[]VersionCheck.Detail. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.versioncheck with parameters of type VersionCheck.Detail Modifier and Type Method Description static voidVersionCheck. logVersionInfo(VersionCheck.Detail detail)Log the version information with the specified level of detailstatic StringVersionCheck. versionInfoString(VersionCheck.Detail detail)Get the version information for dependencies as a string with a specified amount of detail
-