Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Static Public Member Functions | Private Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.Version Class Reference

Classes

enum  Type
 

Static Public Member Functions

static String getVersion ()
 
static String getName ()
 
static Version.Type getBuildType ()
 
static String getJavaRuntimeVersion ()
 
static String getNetbeansBuild ()
 
static String getNetbeansProductVersion ()
 

Private Member Functions

 Version ()
 

Static Private Member Functions

static void loadVersionProperty ()
 
static String getVersionProperty (String property)
 

Static Private Attributes

static Properties versionProperties
 

Detailed Description

Utility to get version and build settings set at build time

Definition at line 28 of file Version.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.Version.Version ( )
private

Definition at line 32 of file Version.java.

Member Function Documentation

static Version.Type org.sleuthkit.autopsy.coreutils.Version.getBuildType ( )
static

Get the application build type as set at build time

Returns
the application build type

Definition at line 88 of file Version.java.

References org.sleuthkit.autopsy.coreutils.Version.getVersionProperty().

Referenced by org.sleuthkit.autopsy.coreutils.Logger.Logger(), and org.sleuthkit.autopsy.coreutils.Installer.restored().

static String org.sleuthkit.autopsy.coreutils.Version.getJavaRuntimeVersion ( )
static

Definition at line 93 of file Version.java.

Referenced by org.sleuthkit.autopsy.coreutils.Installer.restored().

static String org.sleuthkit.autopsy.coreutils.Version.getName ( )
static

Get the application name as set at build time

Returns
the application name string

Definition at line 79 of file Version.java.

References org.sleuthkit.autopsy.coreutils.Version.getVersionProperty().

Referenced by org.sleuthkit.autopsy.casemodule.CaseOpenAction.CaseOpenAction(), and org.sleuthkit.autopsy.coreutils.Installer.restored().

static String org.sleuthkit.autopsy.coreutils.Version.getNetbeansBuild ( )
static

Definition at line 97 of file Version.java.

Referenced by org.sleuthkit.autopsy.coreutils.Installer.restored().

static String org.sleuthkit.autopsy.coreutils.Version.getNetbeansProductVersion ( )
static

Definition at line 101 of file Version.java.

static String org.sleuthkit.autopsy.coreutils.Version.getVersion ( )
static
static String org.sleuthkit.autopsy.coreutils.Version.getVersionProperty ( String  property)
staticprivate
static void org.sleuthkit.autopsy.coreutils.Version.loadVersionProperty ( )
staticprivate

Member Data Documentation

Properties org.sleuthkit.autopsy.coreutils.Version.versionProperties
staticprivate

Definition at line 30 of file Version.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.