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

com.renderx.xep.lib.Conf Maven / Gradle / Ivy

The newest version!
package com.renderx.xep.lib;

import java.util.Properties;
import org.xml.sax.InputSource;
import org.xml.sax.XMLReader;

public class Conf {

    public static final String getBackendClassName(String string) {
        throw new UnsupportedOperationException();
    }

    public Properties getBackendOptions(String string) {
        throw new UnsupportedOperationException();
    }

    public void cleanup() {
        throw new UnsupportedOperationException();
    }

    public Conf() throws ConfigurationException {
        throw new UnsupportedOperationException();
    }

    public Conf(Properties prprts, Logger logger) throws ConfigurationException {
        throw new UnsupportedOperationException();
    }

    public Conf(String string, Properties prprts, Logger logger) throws ConfigurationException {
        throw new UnsupportedOperationException();
    }

    public Conf(InputSource is, XMLReader reader, Properties prprts, Logger logger) throws ConfigurationException {
        throw new UnsupportedOperationException();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy