Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Deprecated List
Member org.sleuthkit.autopsy.actions.DeleteBlackboardArtifactTagAction.doAction (ActionEvent event)
Member org.sleuthkit.autopsy.actions.DeleteBlackboardArtifactTagAction.refreshDirectoryTree ()
Member org.sleuthkit.autopsy.actions.DeleteContentTagAction.doAction (ActionEvent event)
Member org.sleuthkit.autopsy.actions.DeleteContentTagAction.refreshDirectoryTree ()
Member org.sleuthkit.autopsy.casemodule.Case.addImage (String imgPath, long imgId, String timeZone)
As of release 4.0
Member org.sleuthkit.autopsy.casemodule.Case.getModulesOutputDirAbsPath ()
Use getModuleDirectory() instead.
Member org.sleuthkit.autopsy.casemodule.Case.getModulesOutputDirRelPath ()
Use getModuleOutputDirectoryRelativePath() instead
Member org.sleuthkit.autopsy.casemodule.Case.getPropertyChangeSupport ()
Do not use.
Member org.sleuthkit.autopsy.casemodule.ImageDSProcessor.setDataSourceOptions (String imagePath, String timeZone, boolean ignoreFatOrphanFiles)
Use the provided overload of the run method instead.
Member org.sleuthkit.autopsy.casemodule.LocalDiskDSProcessor.setDataSourceOptions (String drivePath, String timeZone, boolean ignoreFatOrphanFiles)
Use the provided overload of the run method instead.
Member org.sleuthkit.autopsy.casemodule.LocalFilesDSProcessor.setDataSourceOptions (String paths)
Use the provided overload of the run method instead.
Member org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor.DSP_PANEL_EVENT.FOCUS_NEXT
Use UPDATE_UI.
Member org.sleuthkit.autopsy.coreutils.ImageUtils.getDefaultIcon ()
use getDefaultThumbnail() instead.
Member org.sleuthkit.autopsy.coreutils.ImageUtils.getFile (long id)
use getCachedThumbnailLocation(long) instead
Member org.sleuthkit.autopsy.coreutils.ImageUtils.getIcon (Content content, int iconSize)
use getThumbnail(org.sleuthkit.datamodel.Content, int) instead.
Member org.sleuthkit.autopsy.coreutils.ImageUtils.getIconFile (Content content, int iconSize)
use getCachedThumbnailFile(org.sleuthkit.datamodel.Content, int) instead.
Member org.sleuthkit.autopsy.ingest.IngestJob.cancel ()
Use cancel(CancellationReason reason) instead
Class org.sleuthkit.autopsy.ingest.IngestJobConfigurator
Use the IngestModuleSettings and IngestJobConfigurationPanel classes and IngestManager.startIngestJob() instead.
Member org.sleuthkit.autopsy.ingest.IngestJobContext.isJobCancelled ()
Use dataSourceIngestIsCancelled() or fileIngestIsCancelled() instead.
Member org.sleuthkit.autopsy.ingest.IngestJobContext.scheduleFiles (List< AbstractFile > files)
use addFilesToJob() instead
Member org.sleuthkit.autopsy.ingest.IngestManager.addPropertyChangeListener (final PropertyChangeListener listener)
Use addIngestJobEventListener() and/or addIngestModuleEventListener().
Member org.sleuthkit.autopsy.ingest.IngestManager.cancelAllIngestJobs ()
Use cancelAllIngestJobs(IngestJob.CancellationReason reason) instead.
Member org.sleuthkit.autopsy.ingest.IngestManager.removePropertyChangeListener (final PropertyChangeListener listener)
Use removeIngestJobEventListener() and/or removeIngestModuleEventListener().
Member org.sleuthkit.autopsy.ingest.IngestManager.setRunInteractively (boolean runInteractively)
Member org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.RunIngestModulesDialog ()
Member org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.RunIngestModulesDialog (JFrame frame, String title, boolean modal)
Member org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.setDataSources (List< Content > dataSources)
Member org.sleuthkit.autopsy.modules.filetypeid.FileTypeDetector.detectAndPostToBlackboard (AbstractFile file)
Use getFileType instead and use AbstractFile.getMIMEType instead of querying the blackboard.
Member org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdIngestModule.isMimeTypeDetectable (String mimeType)
Use FileTypeDetector.mimeTypeIsDetectable(String mimeType) instead.
Parameters
mimeTypeFull string of mime type, e.g. "text/html"
Class org.sleuthkit.autopsy.modules.filetypeid.TikaFileTypeDetector
Use org.sleuthkit.autopsy.modules.filetypeid.FileTypeDetector instead.
Member org.sleuthkit.autopsy.modules.filetypeid.TikaFileTypeDetector.detect (AbstractFile abstractFile)
Use FileTypeDetector.detect(AbstractFile file) instead.
Parameters
abstractFile</dd>
Member org.sleuthkit.autopsy.modules.filetypeid.TikaFileTypeDetector.detectAndSave (AbstractFile abstractFile)
Use FileTypeDetector.detectAndPostToBlackboard(AbstractFile file) instead.
Parameters
abstractFile</dd>
Member org.sleuthkit.autopsy.modules.filetypeid.TikaFileTypeDetector.isMimeTypeDetectable (String mimeType)
Use FileTypeDetector.isDetectable(String mimeType) instead.
Parameters
mimeTypeFull string of mime type, e.g. "text/html"
Member org.sleuthkit.autopsy.report.ReportProgressPanel.complete ()
Use complete(ReportStatus)

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.