模块 mxlib.api

类 ResourceDecompressorRepository


  • public final class ResourceDecompressorRepository
    extends Object
    JLink Decompressors. All decompressors must be registered in the static initializer of this class.
    • 方法详细资料

      • newResourceDecompressor

        public static ResourceDecompressor newResourceDecompressor​(Properties properties,
                                                                   String name)
                                                            throws IOException
        Build a new decompressor for the passed name.
        参数:
        properties - Contains plugin configuration.
        name - The plugin name to build.
        返回:
        A decompressor or null if not found
        抛出:
        IOException