public abstract class AbstractCommandRenderer extends PropertyContainer implements CommandRendering
CommandRendering provides a
protected constructor with a single Properties object as an
argument. A static createCommandRenderer(java.util.Map<java.lang.String, java.lang.String>) method is also
provided.KEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommandRenderer(Map<String,String> prop)
Constructs a new command renderer.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandRendering |
createCommandRenderer(Map<String,String> prop)
Constructs a new scheduling instance using the mapping of the
PropertySupplying.KEY_CLASS to the class name to derive the class to instantiate. |
augment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFullCommand, getParameterCluster, getTargetdefaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiesregisterGlobalsregisterTargetpublic static final CommandRendering createCommandRenderer(Map<String,String> prop)
PropertySupplying.KEY_CLASS to the class name to derive the class to instantiate.
If this property is defined, a new Scheduling instance with the stated
class name is created, the supplied properties used as an argument in
the constructor. Can throw a lot of exceptions if unsuccessful.