Package adams.flow.source.redisaction
Class Null
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.flow.source.redisaction.AbstractRedisAction
-
- adams.flow.source.redisaction.Null
-
- All Implemented Interfaces:
adams.core.Destroyable
,adams.core.GlobalInfoSupporter
,adams.core.logging.LoggingLevelHandler
,adams.core.logging.LoggingSupporter
,adams.core.option.OptionHandler
,adams.core.QuickInfoSupporter
,adams.core.SizeOfHandler
,Serializable
public class Null extends AbstractRedisAction
Dummy, generates nothing.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Null()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
doExecute(RedisConnection connection, adams.core.MessageCollection errors)
Performs the action.Class
generates()
Returns the classes the action generates as output.String
globalInfo()
Returns a string describing the object.-
Methods inherited from class adams.flow.source.redisaction.AbstractRedisAction
check, execute, getQuickInfo
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfo
in interfaceadams.core.GlobalInfoSupporter
- Specified by:
globalInfo
in classadams.core.option.AbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
-
generates
public Class generates()
Returns the classes the action generates as output.- Specified by:
generates
in classAbstractRedisAction
- Returns:
- the classes
-
doExecute
protected Object doExecute(RedisConnection connection, adams.core.MessageCollection errors)
Performs the action.- Specified by:
doExecute
in classAbstractRedisAction
- Parameters:
connection
- the Redis connectionerrors
- for collecting errors- Returns:
- the generated object
-
-