All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.pipeline.braille.liblouis.LiblouisutdmlConfigPath Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package org.daisy.pipeline.braille.liblouis;

import java.util.HashMap;
import java.util.Map;

import org.daisy.pipeline.braille.common.BundledResourcePath;

public class LiblouisutdmlConfigPath extends BundledResourcePath {
	
	@Override
	protected void activate(Map properties, Class context) {
		if (properties.get(BundledResourcePath.UNPACK) != null)
			throw new IllegalArgumentException(BundledResourcePath.UNPACK + " property not supported");
		Map props = new HashMap(properties);
		props.put(BundledResourcePath.UNPACK, true);
		super.activate(props, context);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy