public interface DriveService
| Modifier and Type | Method and Description |
|---|---|
DriveBackend |
getBackend()
Retrieves the backend of the given drive service
|
ConversionHandler |
getConversionHandler()
Retrieves the conversion handler used to convert objects
|
DriveReader |
getReader()
Retrieves the reader used to read drive data
|
DriveWriter |
getWriter()
Retrieves the writer used to write new drive into the backend
|
DriveBackend getBackend()
DriveReader getReader()
DriveWriter getWriter()
ConversionHandler getConversionHandler()
Copyright © 2020. All rights reserved.