com.renderx.xep.lib.Conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
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