Interface CompressorProvider
-
public interface CompressorProviderA service provider interface (SPI) for providingCompressors.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompressorgetInstance()Return theCompressor.
-
-
-
Method Detail
-
getInstance
Compressor getInstance()
Return theCompressor.
-
-