Uses of Enum Class
com.snmp4j.smi.SmiCompiler.Strictness
Packages that use SmiCompiler.Strictness
Package
Description
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
-
Uses of SmiCompiler.Strictness in com.snmp4j.smi
Subclasses with type arguments of type SmiCompiler.Strictness in com.snmp4j.smiModifier and TypeClassDescriptionstatic enumThe Strictness defines the number of syntax checks done on the sources.Methods in com.snmp4j.smi that return SmiCompiler.StrictnessModifier and TypeMethodDescriptionSmiModule.getCompilerStrictness()Retrieves the strictness level used by the compiler for syntax and semantic checks during the processing of MIB modules.static SmiCompiler.StrictnessReturns the enum constant of this class with the specified name.static SmiCompiler.Strictness[]SmiCompiler.Strictness.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.snmp4j.smi with parameters of type SmiCompiler.StrictnessModifier and TypeMethodDescriptionbooleanCompilationMonitor.compilationProgress(String moduleName, int current, int maxCount, SmiCompiler.Strictness strictness) Notifies about the current compilation progress.SmiCompiler.compile(NamedInputStream[] files, CompilationMonitor compilationMonitor, SmiCompiler.TargetMode compilerTargetMode, SmiCompiler.OverwriteMode overwriteMode, SmiCompiler.Strictness strictness) Compiles an array of text or ZIP files provided asNamedInputStreams.SmiManager.compile(NamedInputStream[] files, CompilationMonitor compilationMonitor, SmiCompiler.TargetMode compilerTargetMode, SmiCompiler.OverwriteMode overwriteMode, SmiCompiler.Strictness strictness) SmiManager.compile(NamedInputStream[] files, CompilationMonitor compilationMonitor, SmiCompiler.TargetMode compilerTargetMode, SmiCompiler.OverwriteMode overwriteMode, SmiCompiler.Strictness strictness, int maxThreads) Compiles an array of text or ZIP files provided asNamedInputStreams, optionally using several threads to compile independent MIB modules in parallel.