Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Comparable< RuleSet >, and Serializable.
Public Member Functions | |
int | compareTo (RuleSet ruleSet) |
String | getName () |
Path | getPath () |
List< File > | getRuleFiles () |
String | toString () |
Private Attributes | |
final String | name |
final Path | path |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Represents a yara rule set which is a collection of yara rule files.
Definition at line 31 of file RuleSet.java.
int org.sleuthkit.autopsy.modules.yara.rules.RuleSet.compareTo | ( | RuleSet | ruleSet | ) |
Definition at line 90 of file RuleSet.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName().
String org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName | ( | ) |
Returns the name of the rule set.
Definition at line 54 of file RuleSet.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSet.name.
Referenced by org.sleuthkit.autopsy.modules.yara.rules.RuleSet.compareTo(), org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.RuleSetListItem.getDisplayName(), org.sleuthkit.autopsy.modules.yara.ui.RuleSetPanel.RuleSetRenderer.getListCellRendererComponent(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleDeleteRuleSet(), org.sleuthkit.autopsy.modules.yara.ui.YaraIngestSettingsPanel.handleRuleSetDeleted(), org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleSelectionChange(), and org.sleuthkit.autopsy.modules.yara.rules.RuleSet.toString().
Path org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getPath | ( | ) |
Returns location if the rule set files.
Definition at line 63 of file RuleSet.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSet.path.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.YaraRuleSetOptionPanel.handleSelectionChange(), and org.sleuthkit.autopsy.modules.yara.ui.RuleSetDetailsPanel.openFolderButtonActionPerformed().
List<File> org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getRuleFiles | ( | ) |
Returns a list of the rule files in this rule set.
Definition at line 72 of file RuleSet.java.
Referenced by org.sleuthkit.autopsy.modules.yara.ui.RuleSetDetailsPanel.refreshButtonActionPerformed().
String org.sleuthkit.autopsy.modules.yara.rules.RuleSet.toString | ( | ) |
Definition at line 85 of file RuleSet.java.
References org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName().
|
private |
Definition at line 35 of file RuleSet.java.
Referenced by org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName().
|
private |
Definition at line 36 of file RuleSet.java.
Referenced by org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getPath().
|
staticprivate |
Definition at line 33 of file RuleSet.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.