public interface ResultDefinition
| Modifier and Type | Method and Description |
|---|---|
File |
toFile(File file)
Saves the generated data to the specified File and returns it.
|
File |
toFile(String path)
Saves the generated date to a File specified by the path and returns it.
|
String |
toStringForm()
Returns the generated data as a String.
|
File toFile(File file)
file - a File where the generated data will be written toFile toFile(String path)
path - The directory path where the file will be savedString toStringForm()
Copyright © 2017. All Rights Reserved.