mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Moved ScalpelOutputParser from package org.sleuthkit.autopsy.scalpel to
org.sleuthkit.autopsy.scalpel.jni.
This commit is contained in:
parent
6ad42f1829
commit
b82a0e9d53
@ -32,7 +32,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleInit;
|
||||
import org.sleuthkit.autopsy.ingest.IngestServices;
|
||||
import org.sleuthkit.autopsy.ingest.ModuleContentEvent;
|
||||
import org.sleuthkit.autopsy.ingest.PipelineContext;
|
||||
import org.sleuthkit.autopsy.scalpel.ScalpelOutputParser.CarvedFileMeta;
|
||||
import org.sleuthkit.autopsy.scalpel.jni.ScalpelOutputParser.CarvedFileMeta;
|
||||
import org.sleuthkit.autopsy.scalpel.jni.ScalpelCarver;
|
||||
import org.sleuthkit.autopsy.scalpel.jni.ScalpelException;
|
||||
import org.sleuthkit.datamodel.AbstractFile;
|
||||
|
@ -26,8 +26,7 @@ import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
import org.sleuthkit.autopsy.coreutils.Logger;
|
||||
import org.sleuthkit.autopsy.scalpel.ScalpelOutputParser;
|
||||
import org.sleuthkit.autopsy.scalpel.ScalpelOutputParser.CarvedFileMeta;
|
||||
import org.sleuthkit.autopsy.scalpel.jni.ScalpelOutputParser.CarvedFileMeta;
|
||||
import org.sleuthkit.datamodel.AbstractFile;
|
||||
import org.sleuthkit.datamodel.ReadContentInputStream;
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.sleuthkit.autopsy.scalpel;
|
||||
package org.sleuthkit.autopsy.scalpel.jni;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.File;
|
Loading…
x
Reference in New Issue
Block a user