Uses of Class
org.fedoraproject.xmvn.config.Configuration
-
Packages that use Configuration Package Description org.fedoraproject.xmvn.config org.fedoraproject.xmvn.config.io.stax -
-
Uses of Configuration in org.fedoraproject.xmvn.config
Methods in org.fedoraproject.xmvn.config that return Configuration Modifier and Type Method Description ConfigurationConfiguration. clone()Method clone.ConfigurationConfigurator. getConfiguration()Returns XMvn master configuration.ConfigurationConfigurator. getDefaultConfiguration()Returns default XMvn configuration. -
Uses of Configuration in org.fedoraproject.xmvn.config.io.stax
Methods in org.fedoraproject.xmvn.config.io.stax that return Configuration Modifier and Type Method Description ConfigurationConfigurationStaxReader. read(java.io.InputStream stream)Method read.ConfigurationConfigurationStaxReader. read(java.io.InputStream stream, boolean strict)Method read.ConfigurationConfigurationStaxReader. read(java.io.Reader reader)Method read.ConfigurationConfigurationStaxReader. read(java.io.Reader reader, boolean strict)Method read.ConfigurationConfigurationStaxReader. read(java.lang.String filePath)Method read.ConfigurationConfigurationStaxReader. read(java.lang.String filePath, boolean strict)Method read.Methods in org.fedoraproject.xmvn.config.io.stax with parameters of type Configuration Modifier and Type Method Description voidConfigurationStaxWriter. write(java.io.OutputStream stream, Configuration configuration)Method write.voidConfigurationStaxWriter. write(java.io.Writer writer, Configuration configuration)Method write.
-