MCPcopy Index your code
hub / github.com/Ppsoft1991/CodeReviewTools / IScan

Interface IScan

src/main/java/ppsoft1991/Scanner/IScan.java:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import java.io.IOException;
4
5public interface IScan {
6 public void scan(String dir, String fileName) throws Exception ;
7}

Callers 1

parserMethod · 0.65

Implementers 6

ClearScansrc/main/java/ppsoft1991/Scanner/unzip
WarScansrc/main/java/ppsoft1991/Scanner/unzip
DecompilerFernFlowerScansrc/main/java/ppsoft1991/Scanner/unzip
DecompilerClassScansrc/main/java/ppsoft1991/Scanner/unzip
UnzipJarScansrc/main/java/ppsoft1991/Scanner/unzip
FindClassScansrc/main/java/ppsoft1991/Scanner/find/

Calls

no outgoing calls

Tested by

no test coverage detected