Uses of Class
com.suse.salt.netapi.utils.Xor
Packages that use Xor
Package
Description
-
Uses of Xor in com.suse.salt.netapi.calls.modules
Methods in com.suse.salt.netapi.calls.modules that return types with arguments of type XorModifier and TypeMethodDescriptionPkg.infoInstalledAllVersions(List<String> attributes, boolean reportErrors, String... packages) Call 'pkg.info_installed' API.Call 'pkg.install' API.Call 'pkg.install' API.Call 'pkg.list_pkgs' -
Uses of Xor in com.suse.salt.netapi.datatypes
Fields in com.suse.salt.netapi.datatypes declared as XorMethods in com.suse.salt.netapi.datatypes that return Xor -
Uses of Xor in com.suse.salt.netapi.parser
Methods in com.suse.salt.netapi.parser that return types with arguments of type XorModifier and TypeMethodDescriptionXorTypeAdapterFactory.errorAdapter(com.google.gson.TypeAdapter<R> innerAdapter) Creates a Xor adapter specifically for the case in which the left side is a SaltError.private <L,R> com.google.gson.TypeAdapter <Xor<L, R>> XorTypeAdapterFactory.xorAdapter(com.google.gson.TypeAdapter<L> leftAdapter, com.google.gson.TypeAdapter<R> rightAdapter) Creates a generic Xor adapter by combining two other adapters - one for each side of the Xor type.Method parameters in com.suse.salt.netapi.parser with type arguments of type Xor -
Uses of Xor in com.suse.salt.netapi.results
Fields in com.suse.salt.netapi.results declared as XorFields in com.suse.salt.netapi.results with type parameters of type XorMethods in com.suse.salt.netapi.results that return XorMethods in com.suse.salt.netapi.results that return types with arguments of type XorConstructors in com.suse.salt.netapi.results with parameters of type Xor -
Uses of Xor in com.suse.salt.netapi.utils
Subclasses of Xor in com.suse.salt.netapi.utilsModifier and TypeClassDescriptionstatic final classXor.Left<L,R> Left branch of the Xorstatic final classXor.Right<L,R> Right branch of the XorMethods in com.suse.salt.netapi.utils that return XorModifier and TypeMethodDescriptionMethod parameters in com.suse.salt.netapi.utils with type arguments of type XorModifier and TypeMethodDescription