Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.modules.yara.rules.RuleSet Class Reference

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
 

Detailed Description

Represents a yara rule set which is a collection of yara rule files.

Definition at line 31 of file RuleSet.java.

Member Function Documentation

int org.sleuthkit.autopsy.modules.yara.rules.RuleSet.compareTo ( RuleSet  ruleSet)
String org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getName ( )
Path org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getPath ( )
List<File> org.sleuthkit.autopsy.modules.yara.rules.RuleSet.getRuleFiles ( )

Returns a list of the rule files in this rule set.

Returns
List of Files in current directory.

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 ( )

Member Data Documentation

final String org.sleuthkit.autopsy.modules.yara.rules.RuleSet.name
private
final Path org.sleuthkit.autopsy.modules.yara.rules.RuleSet.path
private
final long org.sleuthkit.autopsy.modules.yara.rules.RuleSet.serialVersionUID = 1L
staticprivate

Definition at line 33 of file RuleSet.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.