Package org.snmp4j.agent.io.prop
package org.snmp4j.agent.io.prop
-
ClassesClassDescriptionAn in-memory representation of the managed objects configured by a
MOInputsource (for example aPropertyMOInputproperties file), organised as an OID prefix tree (trie) per SNMP context.A node in the OID tree.A single configured table row: an index OID and the per-column values.The configured rows of a conceptual table (SMI table row entry).ThePropertyMOInputcan be used to load MIB data from a properties file.Builds an in-memoryMIBTreefrom aMOInput-formatted properties configuration (seePropertyMOInputfor the format description).AVariableProviderthat never resolves a variable to a concrete runtime value but instead returns anUnresolvedReferencepreserving the requested name/OID.AnUnresolvedReferencerepresents a configured variable value that references another variable or object instance (using the{$name}/${name}syntax of thePropertyMOInputformat) which could not be resolved to an actual value — typically because the configuration is inspected statically, without a running agent to supply the referenced instance value.