| Constructor and Description |
|---|
FileInfoToPath() |
| Modifier and Type | Method and Description |
|---|---|
Path |
adapt(FileInfo input)
Convert the given input into the output type.
|
boolean |
canAdapt(FileInfo input)
Return true if the given input can be transformed.
|
Class<FileInfo> |
getInputType()
Return the class of the input type.
|
Class<Path> |
getOutputType()
Return the class of the output type.
|
public boolean canAdapt(FileInfo input)
Adapterpublic Path adapt(FileInfo input)
Adapterpublic Class<FileInfo> getInputType()
AdaptergetInputType in interface Adapter<FileInfo,Path>Copyright © 2019. All rights reserved.