Package io.grpc.xds.client
Interface BootstrapperImpl.FileReader
-
- All Known Implementing Classes:
BootstrapperImpl.LocalFileReader
- Enclosing class:
- BootstrapperImpl
public static interface BootstrapperImpl.FileReader
Reads the content of the file with the given path in the file system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
readFile(java.lang.String path)
-