public class FileRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<BigInteger,FtpBusService.FileEntry> |
byId |
protected Map<String,FtpBusService.FileEntry> |
byPath |
protected ListFile |
fileList |
protected eu.javaexperience.file.AbstractFile |
root |
Constructor and Description |
---|
FileRegistry(eu.javaexperience.file.AbstractFile file) |
Modifier and Type | Method and Description |
---|---|
protected eu.javaexperience.file.AbstractFile |
fetchFile(String... pathComponents) |
protected static eu.javaexperience.file.AbstractFile |
getFileByName(eu.javaexperience.file.AbstractFile file,
String find) |
protected FtpBusService.FileEntry |
getFileEntry(String path) |
protected FtpBusService.FileEntry |
registerNewFile(String path,
eu.javaexperience.file.AbstractFile file) |
protected eu.javaexperience.file.AbstractFile root
protected Map<String,FtpBusService.FileEntry> byPath
protected Map<BigInteger,FtpBusService.FileEntry> byId
protected ListFile fileList
public FileRegistry(eu.javaexperience.file.AbstractFile file) throws IOException
IOException
protected static eu.javaexperience.file.AbstractFile getFileByName(eu.javaexperience.file.AbstractFile file, String find)
protected eu.javaexperience.file.AbstractFile fetchFile(String... pathComponents)
protected FtpBusService.FileEntry registerNewFile(String path, eu.javaexperience.file.AbstractFile file)
protected FtpBusService.FileEntry getFileEntry(String path)
Copyright © 2020. All rights reserved.