|
ShrinkWrap Resolver API 2.0.0-alpha-3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RETURNTYPE - Desired format to be returned from the File input in process(File)public interface FormatProcessor<RETURNTYPE>
Processes an input File and returns as a typed format
| Method Summary | |
|---|---|
RETURNTYPE |
process(File input)
Processes the specified File and returns as the typed return value. |
| Method Detail |
|---|
RETURNTYPE process(File input)
throws IllegalArgumentException
File and returns as the typed return value.
input -
IllegalArgumentException - If the File argument is not specified, does not exist, or points to a directory
|
ShrinkWrap Resolver API 2.0.0-alpha-3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||