|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| boolean | equalsName (String otherTypeName) |
| String | getLocalizedDisplayName () |
| String | toString () |
Static Public Member Functions | |
| static CaseType | fromString (String typeName) |
Public Attributes | |
| MULTI_USER_CASE =("Multi-user case") | |
| SINGLE_USER_CASE =("Single-user case") | |
Private Member Functions | |
| CaseType (String typeName) | |
Private Attributes | |
| final String | typeName |
|
private |
| boolean org.sleuthkit.autopsy.casemodule.Case.CaseType.equalsName | ( | String | otherTypeName | ) |
Tests the equality of the type name of this case type with another case type name.
| otherTypeName | A case type name, |
|
static |
Gets a case type from a case type name string.
| typeName | The case type name string. |
Definition at line 183 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.CaseMetadata.readFromFile().
| String org.sleuthkit.autopsy.casemodule.Case.CaseType.getLocalizedDisplayName | ( | ) |
| String org.sleuthkit.autopsy.casemodule.Case.CaseType.toString | ( | ) |
| org.sleuthkit.autopsy.casemodule.Case.CaseType.MULTI_USER_CASE =("Multi-user case") |
Definition at line 172 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.close(), org.sleuthkit.autopsy.casemodule.Case.createCaseDirectory(), org.sleuthkit.autopsy.casemodule.Case.deleteCase(), org.sleuthkit.autopsy.casemodule.Case.getModuleOutputDirectoryRelativePath(), org.sleuthkit.autopsy.casemodule.Case.getOutputDirectory(), org.sleuthkit.autopsy.casemodule.SingleUserCaseConverter.importCase(), org.sleuthkit.autopsy.coreutils.PathValidator.isValidForMultiUserCase(), org.sleuthkit.autopsy.casemodule.Case.openAsCurrentCase(), org.sleuthkit.autopsy.casemodule.Case.openServices(), org.sleuthkit.autopsy.ingest.IngestManager.startIngestJob(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.startUp(), and org.sleuthkit.autopsy.ingest.IngestManager.subscribeToServiceMonitorEvents().
| org.sleuthkit.autopsy.casemodule.Case.CaseType.SINGLE_USER_CASE =("Single-user case") |
Definition at line 171 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.close(), org.sleuthkit.autopsy.casemodule.Case.create(), org.sleuthkit.autopsy.casemodule.Case.createCaseData(), org.sleuthkit.autopsy.casemodule.Case.deleteCase(), org.sleuthkit.autopsy.casemodule.CaseMetadata.getCaseDatabasePath(), org.sleuthkit.autopsy.casemodule.Case.open(), org.sleuthkit.autopsy.casemodule.Case.openCaseData(), and org.sleuthkit.autopsy.keywordsearch.Server.openCore().
|
private |
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.