public class ConfigurationSchema7To8Upgrade
extends java.lang.Object
Constructor and Description |
---|
ConfigurationSchema7To8Upgrade() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
upgrade(java.io.InputStream inputStream,
java.lang.String name)
Convert a schema from the input stream
|
public static java.lang.String upgrade(java.io.InputStream inputStream, java.lang.String name) throws ConfigurationException
inputStream
- input stream for XML document textname
- for information purposes to name the document passed inConfigurationException
- if the conversion failed