Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
java.io.IOException;
4
5
public
interface
IScan {
6
public
void
scan(String dir, String fileName) throws Exception ;
7
}
Callers
1
parser
Method · 0.65
Implementers
6
ClearScan
src/main/java/ppsoft1991/Scanner/unzip
WarScan
src/main/java/ppsoft1991/Scanner/unzip
DecompilerFernFlowerScan
src/main/java/ppsoft1991/Scanner/unzip
DecompilerClassScan
src/main/java/ppsoft1991/Scanner/unzip
UnzipJarScan
src/main/java/ppsoft1991/Scanner/unzip
FindClassScan
src/main/java/ppsoft1991/Scanner/find/
Calls
no outgoing calls
Tested by
no test coverage detected