- All Known Implementing Classes:
AbstractAzureClient
public interface AzureClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateDirectory(AzureFilePath path) booleancreateNewFile(AzureFilePath path) voiddelete(AzureFilePath path, boolean recursively) booleanexists(AzureFilePath path) getDetails(AzureFilePath path) listDirectory(AzureFilePath path) booleanmove(AzureFilePath from, AzureFilePath to) newInputStream(AzureFilePath path) newOutputStream(AzureFilePath path) whatIsThis(AzureFilePath path)
-
Method Details
-
createDirectory
- Throws:
IOException
-
createNewFile
- Throws:
IOException
-
delete
- Throws:
IOException
-
move
- Throws:
IOException
-
exists
- Throws:
IOException
-
getDetails
- Throws:
IOException
-
listDirectory
- Throws:
IOException
-
newInputStream
- Throws:
IOException
-
newOutputStream
- Throws:
IOException
-
whatIsThis
- Throws:
IOException
-