FileProvider Class
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. utils. FileProvider
- com.
public class FileProvider
The wrapper class for file related operations.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| FileProvider() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
prepareFileLocation(File file)
Prepares the location for file to be created. |
| void |
prepareFileLocation(File[] files)
Prepares the location for file to be created. |
Methods inherited from java.lang.Object
Constructor Details
FileProvider
public FileProvider()
Method Details
prepareFileLocation
public void prepareFileLocation(File file)
Prepares the location for file to be created.
Parameters:
Throws:
prepareFileLocation
public void prepareFileLocation(File[] files)
Prepares the location for file to be created.
Parameters:
Throws: