| Package | Description |
|---|---|
| org.fedoraproject.xmvn.config | |
| org.fedoraproject.xmvn.config.io.stax |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.clone()
Method clone.
|
Configuration |
Configurator.getConfiguration()
Returns XMvn master configuration.
|
Configuration |
Configurator.getDefaultConfiguration()
Returns default XMvn configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationStaxReader.read(java.io.InputStream stream)
Method read.
|
Configuration |
ConfigurationStaxReader.read(java.io.InputStream stream,
boolean strict)
Method read.
|
Configuration |
ConfigurationStaxReader.read(java.io.Reader reader)
Method read.
|
Configuration |
ConfigurationStaxReader.read(java.io.Reader reader,
boolean strict)
Method read.
|
Configuration |
ConfigurationStaxReader.read(java.lang.String filePath)
Method read.
|
Configuration |
ConfigurationStaxReader.read(java.lang.String filePath,
boolean strict)
Method read.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationStaxWriter.write(java.io.OutputStream stream,
Configuration configuration)
Method write.
|
void |
ConfigurationStaxWriter.write(java.io.Writer writer,
Configuration configuration)
Method write.
|