MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / createConnection

Method createConnection

src/main/java/io/file/FileIO.java:51–53  ·  view source on GitHub ↗
(String fileName)

Source from the content-addressed store, hash-verified

49 protected String fileName;
50
51 public static FileIO createConnection(String fileName) {
52 return new FileJDK(fileName);
53 }
54
55 public List<File> fileList(boolean directoriesOnly) throws IOException{
56 if (fileName.length()==0) return rootDirs();

Callers 15

loadMethod · 0.95
readDirectoryMethod · 0.95
fileDeleteMethod · 0.95
TransferTaskMethod · 0.95
runMethod · 0.95
importDataMethod · 0.95
exportDataMethod · 0.95
BrowserFilePathNotifyMethod · 0.95
loadFromFileMethod · 0.95
exportDataMethod · 0.95
exportDataMethod · 0.95
loadFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected