Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter Class Reference

Inherits org.sleuthkit.autopsy.timeline.filters.UnionFilter< DataSourceFilter >.

Public Member Functions

 DataSourcesFilter ()
 
void addSubFilter (DataSourceFilter dataSourceFilter)
 
DataSourcesFilter copyOf ()
 
ObservableBooleanValue disabledProperty ()
 
boolean equals (Object obj)
 
String getDisplayName ()
 
String getHTMLReportString ()
 
int hashCode ()
 

Detailed Description

union of DataSourceFilters

Definition at line 30 of file DataSourcesFilter.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.DataSourcesFilter ( )

Member Function Documentation

void org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.addSubFilter ( DataSourceFilter  dataSourceFilter)
DataSourcesFilter org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.copyOf ( )
ObservableBooleanValue org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.disabledProperty ( )

Definition at line 104 of file DataSourcesFilter.java.

boolean org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.equals ( Object  obj)
String org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.getDisplayName ( )
String org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.getHTMLReportString ( )
int org.sleuthkit.autopsy.timeline.filters.DataSourcesFilter.hashCode ( )

Definition at line 99 of file DataSourcesFilter.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.