Autopsy  4.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 Version.Type getBuildType ()
 
static String getJavaRuntimeVersion ()
 
static String getName ()
 
static String getNetbeansBuild ()
 
static String getNetbeansProductVersion ()
 
static String getVersion ()
 

Private Member Functions

 Version ()
 

Static Private Member Functions

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

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 87 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 92 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 78 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 96 of file Version.java.

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

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

Definition at line 100 of file Version.java.

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

Get the application version as set at build time

Returns
application version string

Definition at line 69 of file Version.java.

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

Referenced by org.sleuthkit.autopsy.casemodule.CaseMetadata.createXMLDOM(), org.sleuthkit.autopsy.casemodule.Case.getAutopsyVersion(), org.sleuthkit.autopsy.modules.android.AndroidModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.iOS.iOSModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.report.testfixtures.CustomArtifactsCreatorIngestModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.recentactivity.RecentActivityExtracterModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.e01verify.E01VerifierModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.exif.ExifParserModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchDetectorModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.embeddedfileextractor.EmbeddedFileExtractorModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.modules.interestingitems.InterestingItemsIngestModuleFactory.getModuleVersionNumber(), and org.sleuthkit.autopsy.coreutils.Installer.restored().

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-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.