Go to the documentation of this file.
19package org.sleuthkit.autopsy.commandlineingest;
21import java.util.HashMap;
27class CommandLineCommand {
58 private final Map<String, String> inputs =
new HashMap<>();
70 void addInputValue(String inputName, String inputValue) {
71 inputs.put(inputName, inputValue);
77 Map<String, String> getInputs() {
84 CommandType getType() {
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.