| Package | Description |
|---|---|
| net.lecousin.framework.adapter |
Adapters can obtain an instance of a type from another type.
|
| net.lecousin.framework.concurrent.tasks.drives |
Tasks on files or directories.
|
| net.lecousin.framework.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Class<FileInfo> |
FileInfoToPath.getInputType() |
Class<FileInfo> |
FileInfoToFile.getInputType() |
| Modifier and Type | Method and Description |
|---|---|
Path |
FileInfoToPath.adapt(FileInfo input) |
File |
FileInfoToFile.adapt(FileInfo input) |
boolean |
FileInfoToPath.canAdapt(FileInfo input) |
boolean |
FileInfoToFile.canAdapt(FileInfo input) |
| Modifier and Type | Method and Description |
|---|---|
FileInfo[] |
DirectoryReader.Result.getFiles() |
FileInfo |
GetFileInfoTask.run() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
DirectoryWalker.directoryFound(T parent,
FileInfo dir,
String path) |
protected abstract void |
DirectoryWalker.fileFound(T parent,
FileInfo file,
String path) |
Copyright © 2019. All rights reserved.