Go to the documentation of this file.
19package org.sleuthkit.autopsy.coreutils;
21import java.io.IOException;
22import java.io.InputStream;
23import java.util.Properties;
47 InputStream inputStream =
Version.class.getResourceAsStream(
"Version.properties");
49 }
catch (IOException e) {
89 return Type.valueOf(valueProp);
93 return System.getProperty(
"java.runtime.version");
97 return System.getProperty(
"netbeans.buildnumber");
101 return System.getProperty(
"netbeans.productversion");
static String getVersionProperty(String property)
static Version.Type getBuildType()
static String getNetbeansProductVersion()
static String getJavaRuntimeVersion()
static void loadVersionProperty()
static Properties versionProperties
static String getVersion()
static String getNetbeansBuild()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.