Uses of Class
org.fedoraproject.xmvn.config.ResolverSettings
-
Packages that use ResolverSettings Package Description org.fedoraproject.xmvn.config org.fedoraproject.xmvn.config.impl org.fedoraproject.xmvn.config.io.stax org.fedoraproject.xmvn.tools.subst -
-
Uses of ResolverSettings in org.fedoraproject.xmvn.config
Fields in org.fedoraproject.xmvn.config declared as ResolverSettings Modifier and Type Field Description private ResolverSettingsConfiguration. resolverSettingsThis element contains configuration of XMvn resolver.Methods in org.fedoraproject.xmvn.config that return ResolverSettings Modifier and Type Method Description ResolverSettingsResolverSettings. clone()Method clone.ResolverSettingsConfiguration. getResolverSettings()Get this element contains configuration of XMvn resolver.Methods in org.fedoraproject.xmvn.config with parameters of type ResolverSettings Modifier and Type Method Description voidConfiguration. setResolverSettings(ResolverSettings resolverSettings)Set this element contains configuration of XMvn resolver. -
Uses of ResolverSettings in org.fedoraproject.xmvn.config.impl
Methods in org.fedoraproject.xmvn.config.impl with parameters of type ResolverSettings Modifier and Type Method Description private voidConfigurationMerger. mergeResolverSettings(ResolverSettings dominant, ResolverSettings recessive) -
Uses of ResolverSettings in org.fedoraproject.xmvn.config.io.stax
Methods in org.fedoraproject.xmvn.config.io.stax that return ResolverSettings Modifier and Type Method Description private ResolverSettingsConfigurationStaxReader. parseResolverSettings(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)Method parseResolverSettings.Methods in org.fedoraproject.xmvn.config.io.stax with parameters of type ResolverSettings Modifier and Type Method Description private voidConfigurationStaxWriter. writeResolverSettings(ResolverSettings resolverSettings, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)Method writeResolverSettings. -
Uses of ResolverSettings in org.fedoraproject.xmvn.tools.subst
Fields in org.fedoraproject.xmvn.tools.subst declared as ResolverSettings Modifier and Type Field Description private ResolverSettingsSubstCli. resolverSettings
-