| Constructor and Description |
|---|
FileInfoToFile() |
| Modifier and Type | Method and Description |
|---|---|
File |
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<File> |
getOutputType()
Return the class of the output type.
|
public boolean canAdapt(FileInfo input)
Adapterpublic File adapt(FileInfo input)
Adapterpublic Class<FileInfo> getInputType()
AdaptergetInputType in interface Adapter<FileInfo,File>Copyright © 2019. All rights reserved.