Uses of Interface
adams.core.logging.updater.LoggingLevelUpdater
-
Packages that use LoggingLevelUpdater Package Description adams.core.logging.updater adams.flow.transformer -
-
Uses of LoggingLevelUpdater in adams.core.logging.updater
Classes in adams.core.logging.updater that implement LoggingLevelUpdater Modifier and Type Class Description classAbstractLoggingLevelUpdaterAncestor for logging level updaters.classAbstractWekaDebugUpdaterAncestor for Weka debug flag updaters.classArrayUpdaterApplies the specified base updater to the elements of the array or, if not an array, just to the object.classCustomLoggingLevelObjectUpdateUpdates objects implementingCustomLoggingLevelObject.classMultiUpdaterApplies the specified updaters one by one.classNoUpdateDummy, performs no update.classWekaClassifierDebugUpdaterUpdates the debug flag of classes derived fromAbstractClassifier.classWekaClustererDebugUpdaterUpdates the debug flag of classes derived fromAbstractClusterer.classWekaFilterDebugUpdaterUpdates the debug flag of classes derived fromFilter.Fields in adams.core.logging.updater declared as LoggingLevelUpdater Modifier and Type Field Description protected LoggingLevelUpdaterArrayUpdater. m_LoggingLevelUpdaterthe logging level updater.protected LoggingLevelUpdater[]MultiUpdater. m_Updatersthe base updaters to apply.Methods in adams.core.logging.updater that return LoggingLevelUpdater Modifier and Type Method Description LoggingLevelUpdaterArrayUpdater. getLoggingLevelUpdater()Returns the scheme for updating the logging level of the deserialized object.LoggingLevelUpdater[]MultiUpdater. getUpdaters()Returns the base updaters to apply one by one.Methods in adams.core.logging.updater with parameters of type LoggingLevelUpdater Modifier and Type Method Description voidArrayUpdater. setLoggingLevelUpdater(LoggingLevelUpdater value)Sets the scheme for updating the logging level of the deserialized object.voidMultiUpdater. setUpdaters(LoggingLevelUpdater[] value)Sets the base updaters to apply one by one. -
Uses of LoggingLevelUpdater in adams.flow.transformer
Fields in adams.flow.transformer declared as LoggingLevelUpdater Modifier and Type Field Description protected LoggingLevelUpdaterDeserialize. m_LoggingLevelUpdaterthe logging level updater.protected LoggingLevelUpdaterUpdateLoggingLevel. m_LoggingLevelUpdaterthe logging level updater.Methods in adams.flow.transformer that return LoggingLevelUpdater Modifier and Type Method Description LoggingLevelUpdaterDeserialize. getLoggingLevelUpdater()Returns the scheme for updating the logging level of the deserialized object.LoggingLevelUpdaterUpdateLoggingLevel. getLoggingLevelUpdater()Returns the scheme for updating the logging level of the object passing through.Methods in adams.flow.transformer with parameters of type LoggingLevelUpdater Modifier and Type Method Description voidDeserialize. setLoggingLevelUpdater(LoggingLevelUpdater value)Sets the scheme for updating the logging level of the deserialized object.voidUpdateLoggingLevel. setLoggingLevelUpdater(LoggingLevelUpdater value)Sets the scheme for updating the logging level of the object passing through.
-